Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.59 KB

File metadata and controls

43 lines (32 loc) · 1.59 KB

FormatSupportUpstream

Properties

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]

Enum: List<AuthModesEnum>

Name Value
USERNAME_AND_PASSWORD "Username and Password"
TOKEN "Token"
CERTIFICATE_AND_KEY "Certificate and Key"

Enum: IndexingBehaviorEnum

Name Value
UNSUPPORTED "Unsupported"
AHEAD_OF_TIME_STATIC_INDEXING "Ahead-of-time (static) indexing"
JUST_IN_TIME_DYNAMIC_INDEXING "Just-in-time (dynamic) indexing"

Enum: SignatureVerificationEnum

Name Value
UNSUPPORTED "Unsupported"
REPOSITORY_METADATA "Repository Metadata"
PACKAGES "Packages"
REPOSITORY_METADATA_AND_PACKAGES "Repository Metadata and Packages"