Get Encryption Scope Result
data class GetEncryptionScopeResult(val creationTime: String, val id: String, val keyVaultProperties: EncryptionScopeKeyVaultPropertiesResponse? = null, val lastModifiedTime: String, val name: String, val requireInfrastructureEncryption: Boolean? = null, val source: String? = null, val state: String? = null, val type: String)
The Encryption Scope resource.
Properties
Link copied to clipboard
Gets the creation date and time of the encryption scope in UTC.
Link copied to clipboard
The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.
Link copied to clipboard
Gets the last modification date and time of the encryption scope in UTC.
Link copied to clipboard
A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest.