IIAMGetContextKeysForCustomPolicyRequest
Interface in AWS.IAM
Interface for GetContextKeysForCustomPolicy requests.
Ancestors
Properties
PolicyInputList
property PolicyInputList: TList<string>
Specify a list of policies to list the context keys referenced in those policies.
Each policy document should be provided as a string containing the complete, valid JSON text of an IAM policy.
Methods
AddPolicyInputListEntry
function AddPolicyInputListEntry(const APolicy: string): NativeInt;
Add a policy to PolicyInputList.
Parameters
| Name | Description |
|---|---|
APolicy | Specify a custom policy document to add to PolicyInputList. |
Returns
Returns the index of the policy added to PolicyInputList.