AWS.STS.ISTSAssumeRoleWithSAMLRequest.DurationSeconds

The duration in seconds for the role session.

property DurationSeconds: TOptional<Integer>;
__property TOptional<Integer> DurationSeconds;

File: AWS.STS.pas 

Namespace: AWS.STS 

Module: Appercept AWS SDK for Delphi 

The session will be valid for the duration specified or the time specified in the SAML authentication responses SessionNotOnOrAfter value, whichever is shorter. Valid values range from 900 seconds (15 minutes) up to the maximum session duration for the role.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.