Skip to main content

IIAMListPoliciesGrantingServiceAccessRequest

Interface in AWS.IAM

Interface for ListPoliciesGrantingServiceAccess requests.

Ancestors

Properties

Arn

property Arn: TARN

Specify the Amazon Resource Name (ARN) of the IAM identity (user, group, or role) to list policies for.

Marker

property Marker: string

Specify the Marker from a previous response to fetch the next page of results.

ServiceNamespaces

property ServiceNamespaces: TList<string>

Specify a list of namespaces for AWS services to list policies for.

Methods

AddServiceNamespace

function AddServiceNamespace(const AServiceNamespace: string): NativeInt;

Add a service namespace to ServiceNamespaces.

Parameters

NameDescription
AServiceNamespaceSpecify the namespace of a service to add to ServiceNamespaces.

Returns

Returns the index of the service namespace added to ServiceNamespaces.