Skip to main content

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

NameDescription
ARoleArnThe Amazon Resource Name (ARN) of the role to assume.
APrincipalArnThe Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
ASAMLAssertionThe Base64 encoded SAML authentication response provided by the IdP.