Identity Data Response
data class IdentityDataResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserIdentityResponse>? = null)
Identity for the resource.
Constructors
Link copied to clipboard
fun IdentityDataResponse(principalId: String, tenantId: String, type: String, userAssignedIdentities: Map<String, UserIdentityResponse>? = null)