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
|
Indicates whether or not the encryption is enabled for container registry. Known values are: "enabled" and "disabled". |
key_vault_properties
|
Key vault properties. |
Variables
Name | Description |
---|---|
status
|
Indicates whether or not the encryption is enabled for container registry. Known values are: "enabled" and "disabled". |
key_vault_properties
|
Key vault properties. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python