AzureADAuthenticationAsArmPolicy Class
The policy for using ARM audience token for a container registry.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelAzureADAuthenticationAsArmPolicy
Constructor
AzureADAuthenticationAsArmPolicy(*, status: str | _models.AzureADAuthenticationAsArmPolicyStatus = 'enabled', **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
The value that indicates whether the policy is enabled or not. Known values are: "enabled" and "disabled". Default value: enabled
|
Variables
Name | Description |
---|---|
status
|
The value that indicates whether the policy is enabled or not. Known values are: "enabled" and "disabled". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python