Skip to content

/AWS1/CL_SSA=>LSTAPPLICATIONASSIGNMENTSF00()

About ListApplicationAssignmentsForPrincipal

Lists the applications to which a specified principal is assigned.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEARN TYPE /AWS1/SSAINSTANCEARN /AWS1/SSAINSTANCEARN

Specifies the instance of IAM Identity Center that contains principal and applications.

IV_PRINCIPALID TYPE /AWS1/SSAPRINCIPALID /AWS1/SSAPRINCIPALID

Specifies the unique identifier of the principal for which you want to retrieve its assignments.

IV_PRINCIPALTYPE TYPE /AWS1/SSAPRINCIPALTYPE /AWS1/SSAPRINCIPALTYPE

Specifies the type of the principal for which you want to retrieve its assignments.

Optional arguments:

IO_FILTER TYPE REF TO /AWS1/CL_SSALSTAPPLICATIONAS03 /AWS1/CL_SSALSTAPPLICATIONAS03

Filters the output to include only assignments associated with the application that has the specified ARN.

IV_NEXTTOKEN TYPE /AWS1/SSATOKEN /AWS1/SSATOKEN

Specifies that you want to receive the next page of results. Valid only if you received a NextToken response in the previous request. If you did, it indicates that more output is available. Set this parameter to the value provided by the previous call's NextToken response to request the next page of results.

IV_MAXRESULTS TYPE /AWS1/SSAMAXRESULTS /AWS1/SSAMAXRESULTS

Specifies the total number of results that you want included in each response. If additional items exist beyond the number you specify, the NextToken response element is returned with a value (not null). Include the specified value as the NextToken request parameter in the next call to the operation to get the next set of results. Note that the service might return fewer results than the maximum even when there are more results available. You should check NextToken after every operation to ensure that you receive all of the results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SSALSTAPPLICATIONAS04 /AWS1/CL_SSALSTAPPLICATIONAS04