TSTSGetFederationTokenRequest
Class in AWS.STS
GetFederationToken request class.
Ancestors
Properties
Name
property Name: string
DurationSeconds
property DurationSeconds: TOptional<Integer>
Policy
property Policy: string
PolicyArns
property PolicyArns: TList<TARN>
Tags
property Tags: TList<TAWSTag>
Constructors
Create
constructor Create(const AName: string);
Constructor for .
Parameters
| Name | Description |
|---|---|
AName | The name of the federated user. |