List Permission Sets
ssoadmin_list_permission_sets | R Documentation |
Lists the PermissionSets in an IAM Identity Center instance¶
Description¶
Lists the PermissionSets in an IAM Identity Center instance.
Usage¶
ssoadmin_list_permission_sets(InstanceArn, NextToken, MaxResults)
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. |
NextToken |
The pagination token for the list API. Initially the value is null. Use the output of previous API calls to make subsequent calls. |
MaxResults |
The maximum number of results to display for the assignment. |
Value¶
A list with the following syntax:
list(
PermissionSets = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_permission_sets(
InstanceArn = "string",
NextToken = "string",
MaxResults = 123
)