AWS.STS.TSTSAssumeRoleWithSAMLRequest.Create
constructor Create(const ARoleArn: TARN; const APrincipalArn: TARN; const ASAMLAssertion: string);
__fastcall TSTSAssumeRoleWithSAMLRequest(const TARN ARoleArn, const TARN APrincipalArn, const AnsiString ASAMLAssertion);

File: AWS.STS.pas 

Namespace: AWS.STS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARoleArn: TARN
The Amazon Resource Name (ARN) of the role to assume.
const APrincipalArn: TARN
The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP.
const ASAMLAssertion: string
The Base64 encoded SAML authentication response provided by the IdP.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.