Azure Resource Manager Managed Identity Properties Response
data class AzureResourceManagerManagedIdentityPropertiesResponse(val principalId: String, val tenantId: String, val type: String, val userAssignedIdentities: Map<String, AzureResourceManagerUserAssignedIdentityResponse>? = null)
The properties of the managed service identities assigned to this resource.