Skip to main content

IIAMGetAccountAuthorizationDetailsRequest

Interface in AWS.IAM

Interface for GetAccountAuthorizationDetails requests.

Ancestors

Properties

Filter

property Filter: TList<string>

Optionally, specify a list of entity types used to filter the results. Valid values: User | Role | Group | LocalManagedPolicy | AWSManagedPolicy.

MaxItems

property MaxItems: TOptional

Specify the maximum number of items to return.

Valid range: 1 - 1000. If not specified, this defaults to 100.

Methods

AddFilter

function AddFilter(const AEntityType: string): NativeInt;

Add an entity type to Filter.

Parameters

NameDescription
AEntityTypeSpecify an entity type to add to filter. Valid values:||||.

Returns

Returns the index of the entity type added to Filter.