User Assigned Identity Response
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)