worklink_list_website_authorization_providers {paws.end.user.computing} | R Documentation |
Retrieves a list of website authorization providers associated with a specified fleet.
See https://www.paws-r-sdk.com/docs/worklink_list_website_authorization_providers/ for full documentation.
worklink_list_website_authorization_providers(
FleetArn,
NextToken = NULL,
MaxResults = NULL
)
FleetArn |
[required] The ARN of the fleet. |
NextToken |
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page. |
MaxResults |
The maximum number of results to be included in the next page. |