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
| Name | Description |
|---|---|
AAccessToken | Specify an access token for the request. |
AAccountId | Specify the identifier for the AWS account that is assigned to the user. |
ARoleName | Specify the friendly name of the role that is assigned to the user. |