Skip to main content

TIAMListPoliciesGrantingServiceAccessRequest

Class in AWS.IAM

ListPoliciesGrantingServiceAccess request class.

Ancestors

Properties

Arn

property Arn: TARN

Marker

property Marker: string

ServiceNamespaces

property ServiceNamespaces: TList<string>

Constructors

Create

constructor Create(const AArn: TARN; const AServiceNamespaces: array of string; const AMarker: string = '');

Constructor for TIAMListPoliciesGrantingServiceAccessRequest.

Parameters

NameDescription
AArnSpecify the Amazon Resource Name (ARN) of the IAM identity (user, group, or role) to list policies for.
AServiceNamespacesSpecify a list of namespaces for AWS services to list policies for.
AMarkerSpecify the Marker from a previous response to fetch the next page of results.