ResourceIdentityResponse

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

Msi identity details of the resource

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Service Principal Id backing the Msi

Link copied to clipboard

Home Tenant Id

Link copied to clipboard
val type: String? = null

Identity type

Link copied to clipboard

User Assigned Identities