Class WorkspaceIdentity
Inheritance
System.Object
WorkspaceIdentity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.MachineLearning.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class WorkspaceIdentity
Fields
View SourcePrincipalId
The (Client) ID of the Service Principal.
Declaration
public readonly string PrincipalId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The ID of the Tenant the Service Principal is assigned in.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The Type of Identity which should be used for this Disk Encryption Set. At this time the only possible value is SystemAssigned.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |