Show / Hide Table of Contents

Class GetAccountIdentityResult

Inheritance
System.Object
GetAccountIdentityResult
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 GetAccountIdentityResult

Fields

View Source

PrincipalId

The ID of the Principal (Client) in Azure Active Directory.

Declaration
public readonly string PrincipalId
Field Value
Type Description
System.String
View Source

TenantId

The ID of the Azure Active Directory Tenant.

Declaration
public readonly string TenantId
Field Value
Type Description
System.String
View Source

Type

The identity type of the Data Share Account.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.