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
|
str or
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.AzureADAuthenticationAsArmPolicyStatus>
The value that indicates whether the policy is enabled or not. Known values are: "enabled" and "disabled". Default value: enabled
|
Variables
Name | Description |
---|---|
status
|
str or
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.AzureADAuthenticationAsArmPolicyStatus>
The value that indicates whether the policy is enabled or not. Known values are: "enabled" and "disabled". |
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python