ResourceIdentityResponse

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
constructor(principalId: String, tenantId: String, type: String, userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

GUID that represents the principal ID of this resource identity.

Link copied to clipboard

GUID that represents the tenant ID of this resource identity.

Link copied to clipboard

String of the resource identity type.

Link copied to clipboard

The list of user identities associated with the Experiment. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.