GetCallerIdentityResult

data class GetCallerIdentityResult(val accountId: String, val arn: String, val id: String, val identityType: String)

A collection of values returned by getCallerIdentity.

Constructors

Link copied to clipboard
constructor(accountId: String, arn: String, id: String, identityType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account ID.

Link copied to clipboard
val arn: String

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

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The type of the princiapal. RAMUser for users.