Class FactoryIdentityGetArgs
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.DataFactory.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class FactoryIdentityGetArgs : ResourceArgs
Constructors
View SourceFactoryIdentityGetArgs()
Declaration
public FactoryIdentityGetArgs()
Properties
View SourcePrincipalId
The ID of the Principal (Client) in Azure Active Directory
Declaration
public Input<string> PrincipalId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantId
Specifies the Tenant ID associated with the VSTS account.
Declaration
public Input<string> TenantId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Specifies the identity type of the Data Factory. At this time the only allowed value is SystemAssigned.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |