Encryption Scope Key Vault Properties Response
data class EncryptionScopeKeyVaultPropertiesResponse(val currentVersionedKeyIdentifier: String, val keyUri: String? = null, val lastKeyRotationTimestamp: String)
The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.
Constructors
Link copied to clipboard
fun EncryptionScopeKeyVaultPropertiesResponse(currentVersionedKeyIdentifier: String, keyUri: String? = null, lastKeyRotationTimestamp: String)