Encryption Identity Response
data class EncryptionIdentityResponse(val principalId: String, val userAssignedIdentity: String? = null)
Identity used to authenticate with key vault.
Properties
Link copied to clipboard
The principal ID (object ID) of the identity used to authenticate with key vault. Read-only.
Link copied to clipboard
The ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities.