EncryptionProperty Class
EncryptionProperty.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelEncryptionProperty
Constructor
EncryptionProperty(*, status: str | _models.EncryptionStatus | None = None, key_vault_properties: _models.KeyVaultProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status
|
str or
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.EncryptionStatus>
Indicates whether or not the encryption is enabled for container registry. Known values are: "enabled" and "disabled". |
key_vault_properties
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.KeyVaultProperties>
Key vault properties. |
Variables
Name | Description |
---|---|
status
|
str or
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.EncryptionStatus>
Indicates whether or not the encryption is enabled for container registry. Known values are: "enabled" and "disabled". |
key_vault_properties
|
<xref:azure.mgmt.containerregistry.v2023_06_06_preview.models.KeyVaultProperties>
Key vault properties. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python