Customer Managed Key Encryption Properties Key Encryption Key Identity Args
data class CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentityArgs(val identityType: Output<CmkIdentityType>? = null, val userAssignedIdentityResourceId: Output<String>? = null) : ConvertibleToJava<CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentityArgs>
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 CustomerManagedKeyEncryptionPropertiesKeyEncryptionKeyIdentityArgs(identityType: Output<CmkIdentityType>? = null, userAssignedIdentityResourceId: Output<String>? = null)