TSTSAssumeRoleWithSAMLRequest
Class in AWS.STS
AssumeRoleWithSAML request class.
Ancestors
Properties
RoleArn
property RoleArn: TARN
PrincipalArn
property PrincipalArn: TARN
SAMLAssertion
property SAMLAssertion: string
DurationSeconds
property DurationSeconds: TOptional<Integer>
Policy
property Policy: string
PolicyArns
property PolicyArns: TList<TARN>
Constructors
Create
constructor Create(const ARoleArn, APrincipalArn: TARN; const ASAMLAssertion: string);
Constructor for TSTSAssumeRoleWithSAMLRequest.
Parameters
| Name | Description |
|---|---|
ARoleArn | The Amazon Resource Name (ARN) of the role to assume. |
APrincipalArn | The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP. |
ASAMLAssertion | The Base64 encoded SAML authentication response provided by the IdP. |