UserAssignedResourceIdentityResponse

data class UserAssignedResourceIdentityResponse(val principalId: String, val tenantId: String)

Represents the user assigned identity that is contained within the UserAssignedIdentities dictionary on ResourceIdentity

Constructors

Link copied to clipboard
constructor(principalId: String, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The principal id of user assigned identity.

Link copied to clipboard

The tenant id of user assigned identity.