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
| Name | Description |
|---|---|
AArn | Specify the Amazon Resource Name (ARN) of the IAM identity (user, group, or role) to list policies for. |
AServiceNamespaces | Specify a list of namespaces for AWS services to list policies for. |
AMarker | Specify the Marker from a previous response to fetch the next page of results. |