Optional
requestOptions: TokenExchangeProfiles.RequestOptionsRequest-specific configuration.
Create a new Token Exchange Profile within your tenant.
Optional
requestOptions: TokenExchangeProfiles.RequestOptionsRequest-specific configuration.
Retrieve details about a single Token Exchange Profile specified by ID.
ID of the Token Exchange Profile to retrieve.
Optional
requestOptions: TokenExchangeProfiles.RequestOptionsRequest-specific configuration.
Delete a Token Exchange Profile within your tenant.
ID of the Token Exchange Profile to delete.
Optional
requestOptions: TokenExchangeProfiles.RequestOptionsRequest-specific configuration.
Update a Token Exchange Profile within your tenant.
ID of the Token Exchange Profile to update.
Optional
requestOptions: TokenExchangeProfiles.RequestOptionsRequest-specific configuration.
Protected
_
Retrieve a list of all Token Exchange Profiles available in your tenant.
This endpoint supports Checkpoint pagination. To search by checkpoint, use the following parameters:
from
: Optional id from which to start selection.take
: The total amount of entries to retrieve when using the from parameter. Defaults to 50.Note: The first time you call this endpoint using checkpoint pagination, omit the
from
parameter. If there are more results, anext
value is included in the response. You can use this for subsequent API calls. Whennext
is no longer included in the response, no pages are remaining.