Skip to main content

IIAMGetContextKeysForPrincipalPolicyRequest

Interface in AWS.IAM

Interface for GetContextKeysForPrincipalPolicy requests.

Ancestors

Properties

PolicyInputList

property PolicyInputList: TList<string>

Optionally, specify a list of additional 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.

PolicySourceArn

property PolicySourceArn: TARN

Specify the Amazon Resource Name (ARN) of an IAM user, group, or role whose policies contain the context keys that you want listed.

Methods

AddPolicyInputListEntry

function AddPolicyInputListEntry(const APolicy: string): NativeInt;

Add a policy to PolicyInputList.

Parameters

NameDescription
APolicySpecify a custom policy document to add to PolicyInputList.

Returns

Returns the index of the policy added to PolicyInputList.