EncryptionPropertyResponse

data class EncryptionPropertyResponse(val keyVaultProperties: KeyVaultPropertiesResponse? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(keyVaultProperties: KeyVaultPropertiesResponse? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Key vault properties.

Link copied to clipboard
val status: String? = null

Indicates whether or not the encryption is enabled for container registry.