ExperimentIdentityResponse

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

The identity of the experiment 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

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

Link copied to clipboard

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

Link copied to clipboard

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

Link copied to clipboard

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.