EncryptionProperty Class
EncryptionProperty.
Constructor
EncryptionProperty(*args: Any, **kwargs: Any)
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. |
Attributes
key_vault_properties
Key vault properties.
key_vault_properties: _models.KeyVaultProperties | None
status
Indicates whether or not the encryption is enabled for container registry. Known values are: "enabled" and "disabled".
status: str | _models.EncryptionStatus | None