Encryption Response
data class EncryptionResponse(val identity: ManagedServiceIdentityResponse? = null, val keyName: String, val keyVaultUri: String)
Encryption key properties for the pool.
Constructors
Link copied to clipboard
fun EncryptionResponse(identity: ManagedServiceIdentityResponse? = null, keyName: String, keyVaultUri: String)