| Name | Type | Description | Notes |
|---|---|---|---|
| authModes | List<AuthModesEnum> | The authentication modes supported by the upstream format | |
| caching | Boolean | If true the upstream format supports caching | |
| indexing | Boolean | If true the upstream format supports indexing | |
| indexingBehavior | IndexingBehaviorEnum | The behavior of the upstream when indexing | [optional] |
| proxying | Boolean | If true the upstream format supports proxying | |
| signatureVerification | SignatureVerificationEnum | The signature verification supported by the upstream format | [optional] |
| Name | Value |
|---|---|
| USERNAME_AND_PASSWORD | "Username and Password" |
| TOKEN | "Token" |
| CERTIFICATE_AND_KEY | "Certificate and Key" |
| Name | Value |
|---|---|
| UNSUPPORTED | "Unsupported" |
| AHEAD_OF_TIME_STATIC_INDEXING | "Ahead-of-time (static) indexing" |
| JUST_IN_TIME_DYNAMIC_INDEXING | "Just-in-time (dynamic) indexing" |
| Name | Value |
|---|---|
| UNSUPPORTED | "Unsupported" |
| REPOSITORY_METADATA | "Repository Metadata" |
| PACKAGES | "Packages" |
| REPOSITORY_METADATA_AND_PACKAGES | "Repository Metadata and Packages" |