EncryptionPropertiesIdentityResponse

data class EncryptionPropertiesIdentityResponse(val resourceId: String? = null, val type: 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
constructor(resourceId: String? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val resourceId: String? = null

User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/a0a0a0a0-bbbb-cccd-dddd-e1e1e1e1e1e1/resourceGroups//providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.

Link copied to clipboard
val type: String? = null

Managed identity type to use for accessing encryption key Url.