Encryption Scope Properties Response
data class EncryptionScopePropertiesResponse(val keySource: String? = null, val keyVaultProperties: KeyVaultPropertiesResponse? = null, val provisioningState: String, val state: String? = null)
Properties to EncryptionScope
Constructors
Link copied to clipboard
constructor(keySource: String? = null, keyVaultProperties: KeyVaultPropertiesResponse? = null, provisioningState: String, state: String? = null)