AWS.STS.ISTSGetFederationTokenRequest.PolicyArns

List of Amazon Resource Names (ARNs) of IAM managed policies that you want to use as session policies.

property PolicyArns: TList<TARN>;
__property TList<TARN> PolicyArns;

File: AWS.STS.pas 

Namespace: AWS.STS 

Module: Appercept AWS SDK for Delphi 

PolicyArns are optional. Up to 10 managed policy ARNs can be provided. You must set either an inline Policy or managed policies using PolicyArns for this operation. If you do not set either Policy or PolicyArns the resulting credentials have no permissions.

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