EncryptionResponse

data class EncryptionResponse(val identity: ManagedServiceIdentityResponse? = null, val keyName: String, val keyVaultUri: String)

Encryption key properties for the pool.

Constructors

Link copied to clipboard
constructor(identity: ManagedServiceIdentityResponse? = null, keyName: String, keyVaultUri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The managed service identities assigned to this resource.

Link copied to clipboard

The name of the key vault key.

Link copied to clipboard

The URI of the key vault.