Resource Identity Response
data class ResourceIdentityResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)
The identity of a resource.
Constructors
Link copied to clipboard
fun ResourceIdentityResponse(principalId: String, tenantId: String, type: String, userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)