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 SourceAccountId
Account ID.
Declaration
public readonly string AccountId
Field Value
| Type | Description |
|---|---|
| System.String |
Arn
The Alibaba Cloud Resource Name (ARN) of the user making the call.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IdentityType
The type of the princiapal. RAMUser for users.
Declaration
public readonly string IdentityType
Field Value
| Type | Description |
|---|---|
| System.String |