Skip to main content

TSSOGetRoleCredentialsRequest

Class in AWS.SSO

GetRoleCredentials request class.

Ancestors

Properties

AccountId

property AccountId: string

RoleName

property RoleName: string

Constructors

Create

constructor Create(const AAccessToken, AAccountId, ARoleName: string);

Constructor for TSSOGetRoleCredentialsRequest.

Parameters

NameDescription
AAccessTokenSpecify an access token for the request.
AAccountIdSpecify the identifier for the AWS account that is assigned to the user.
ARoleNameSpecify the friendly name of the role that is assigned to the user.