UserAssignedIdentityResponse

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

User assigned identity properties

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The client ID of the assigned identity.

Link copied to clipboard

The principal ID of the assigned identity.

Link copied to clipboard
val tenantId: String? = null

Tenant id of the server.

Link copied to clipboard
val type: String? = null

the types of identities associated with this resource

Link copied to clipboard

represents user assigned identities map.