Show / Hide Table of Contents

Class GetCallerIdentityResult

Inheritance
System.Object
GetCallerIdentityResult
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.AliCloud
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetCallerIdentityResult

Fields

View Source

AccountId

Account ID.

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

Arn

The Alibaba Cloud Resource Name (ARN) of the user making the call.

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

Id

The provider-assigned unique ID for this managed resource.

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

IdentityType

The type of the princiapal. RAMUser for users.

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