Class AccountIdentity
Inheritance
System.Object
AccountIdentity
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.DataShare.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountIdentity
Fields
View SourcePrincipalId
The Principal ID for the Service Principal associated with the Identity of this Data Share Account.
Declaration
public readonly string PrincipalId
Field Value
| Type | Description |
|---|---|
| System.String |
TenantId
The Tenant ID for the Service Principal associated with the Identity of this Data Share Account.
Declaration
public readonly string TenantId
Field Value
| Type | Description |
|---|---|
| System.String |
Type
Specifies the identity type of the Data Share Account. At this time the only allowed value is SystemAssigned.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |