EncryptionKeyVaultPropertiesResponse

data class EncryptionKeyVaultPropertiesResponse(val identityClientId: String? = null, val keyIdentifier: String, val keyVaultArmId: String)

Constructors

Link copied to clipboard
constructor(identityClientId: String? = null, keyIdentifier: String, keyVaultArmId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For future use - The client id of the identity which will be used to access key vault.

Link copied to clipboard

Key vault uri to access the encryption key.

Link copied to clipboard

The ArmId of the keyVault where the customer owned encryption key is present.