UserAssignedIdentityResponse

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

Information describing the identities associated with this application.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Tenant id of the server.

Link copied to clipboard

the types of identities associated with this resource; currently restricted to 'None and UserAssigned'

Link copied to clipboard

represents user assigned identities map.