List Managed Policies in Permission Set
| ssoadmin_list_managed_policies_in_permission_set | R Documentation |
Lists the Amazon Web Services managed policy that is attached to a specified permission set¶
Description¶
Lists the Amazon Web Services managed policy that is attached to a specified permission set.
Usage¶
ssoadmin_list_managed_policies_in_permission_set(InstanceArn,
MaxResults, NextToken, PermissionSetArn)
Arguments¶
InstanceArn[required] The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
MaxResultsThe maximum number of results to display for the PermissionSet.
NextTokenThe pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls.
PermissionSetArn[required] The ARN of the PermissionSet whose managed policies will be listed.
Value¶
A list with the following syntax:
list(
AttachedManagedPolicies = list(
list(
Arn = "string",
Name = "string"
)
),
NextToken = "string"
)