Policies Response
data class PoliciesResponse(val azureADAuthenticationAsArmPolicy: AzureADAuthenticationAsArmPolicyResponse? = null, val exportPolicy: ExportPolicyResponse? = null, val quarantinePolicy: QuarantinePolicyResponse? = null, val retentionPolicy: RetentionPolicyResponse? = null, val softDeletePolicy: SoftDeletePolicyResponse? = null, val trustPolicy: TrustPolicyResponse? = null)
The policies for a container registry.
Constructors
Link copied to clipboard
constructor(azureADAuthenticationAsArmPolicy: AzureADAuthenticationAsArmPolicyResponse? = null, exportPolicy: ExportPolicyResponse? = null, quarantinePolicy: QuarantinePolicyResponse? = null, retentionPolicy: RetentionPolicyResponse? = null, softDeletePolicy: SoftDeletePolicyResponse? = null, trustPolicy: TrustPolicyResponse? = null)
Properties
Link copied to clipboard
The policy for using ARM audience token for a container registry.
Link copied to clipboard
The export policy for a container registry.
Link copied to clipboard
The quarantine policy for a container registry.
Link copied to clipboard
The retention policy for a container registry.
Link copied to clipboard
The soft delete policy for a container registry.
Link copied to clipboard
The content trust policy for a container registry.