Customer Managed Key Encryption Properties Response Key Encryption Key Identity
data class CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity(val identityType: String? = null, val userAssignedIdentityResourceId: String? = null)
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
Constructors
Link copied to clipboard
fun CustomerManagedKeyEncryptionPropertiesResponseKeyEncryptionKeyIdentity(identityType: String? = null, userAssignedIdentityResourceId: String? = null)