ssoadmin_list_account_assignments_for_principal {paws.security.identity} | R Documentation |
Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to
Description
Retrieves a list of the IAM Identity Center associated Amazon Web Services accounts that the principal has access to.
See https://www.paws-r-sdk.com/docs/ssoadmin_list_account_assignments_for_principal/ for full documentation.
Usage
ssoadmin_list_account_assignments_for_principal(
Filter = NULL,
InstanceArn,
MaxResults = NULL,
NextToken = NULL,
PrincipalId,
PrincipalType
)
Arguments
Filter |
Specifies an Amazon Web Services account ID number. Results are filtered to only those that match this ID number. |
InstanceArn |
[required] Specifies the ARN of the instance of IAM Identity Center that contains the principal. |
MaxResults |
Specifies the total number of results that you want included in each
response. If additional items exist beyond the number you specify, the
|
NextToken |
Specifies that you want to receive the next page of results. Valid only
if you received a |
PrincipalId |
[required] Specifies the principal for which you want to retrieve the list of account assignments. |
PrincipalType |
[required] Specifies the type of the principal. |