IdentityResponse

data class IdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Identity for the resource.

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String, type: String, userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The principal ID of resource identity.

Link copied to clipboard

The tenant ID of resource.

Link copied to clipboard

The identity type.

Link copied to clipboard

Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here.