IIAMListPoliciesRequest
Interface in AWS.IAM
Interface for ListPolicies requests.
Ancestors
Properties
OnlyAttached
property OnlyAttached: TOptional<Boolean>
Optionally, specify to filter the results to only attached policies.
PathPrefix
property PathPrefix: string
Optionally, specify a path prefix to filter the results.
Must begin and end with a slash (/). If not specified, a default path prefix of / is used.
PolicyUsageFilter
property PolicyUsageFilter: string
Optionally, specify the policy usage method to use for filtering the results.
Valid values: PermissionsBoundary | PermissionsPolicy.
Scope
property Scope: string
Optionally, specify the scope to use for filtering the results.
Valid values: All | AWS | Local. Specifying AWS will filter the results to only AWS managed policies. Specifying Local will return only customer managed policies. If not specified, all policies will be returned.