Class GetCallerIdentityResponse
- Namespace
- Amazon.SecurityToken.Model
- Assembly
- AWSSDK.SecurityToken.dll
Contains the response to a successful GetCallerIdentity request, including information about the entity making the request.
public class GetCallerIdentityResponse : AmazonWebServiceResponse
- Inheritance
-
GetCallerIdentityResponse
Constructors
GetCallerIdentityResponse()
public GetCallerIdentityResponse()
Properties
Account
Gets and sets the property Account.
The Amazon Web Services account ID number of the account that owns or contains the calling entity.
public string Account { get; set; }
Property Value
Arn
Gets and sets the property Arn.
The Amazon Web Services ARN associated with the calling entity.
public string Arn { get; set; }
Property Value
UserId
Gets and sets the property UserId.
The unique identifier of the calling entity. The exact value depends on the type of entity that is making the call. The values returned are those listed in the aws:userid column in the Principal table found on the Policy Variables reference page in the IAM User Guide.
public string UserId { get; set; }