AWS.STS.ISTSAssumeRoleRequest.Policy

A JSON string containing an inline IAM session policy.

property Policy: string;
__property AnsiString Policy;

File: AWS.STS.pas 

Namespace: AWS.STS 

Module: Appercept AWS SDK for Delphi 

If Policy is set, the permissions granted to the resulting credentials is an intersection of the role's policy and the policy provided. You cannot use this to grant permissions greater than those allowed by the role identity.

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