Show / Hide Table of Contents

Class AccountIdentityArgs

Inheritance
System.Object
InputArgs
ResourceArgs
AccountIdentityArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountIdentityArgs : ResourceArgs

Constructors

View Source

AccountIdentityArgs()

Declaration
public AccountIdentityArgs()

Properties

View Source

PrincipalId

The Principal ID for the Service Principal associated with the Identity of this Data Share Account.

Declaration
public Input<string> PrincipalId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

TenantId

The Tenant ID for the Service Principal associated with the Identity of this Data Share Account.

Declaration
public Input<string> TenantId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Type

Specifies the identity type of the Data Share Account. At this time the only allowed value is SystemAssigned.

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.