OptionalrequestOptions: TokenExchangeProfiles.RequestOptionsRequest-specific configuration.
Create a new Token Exchange Profile within your tenant.
OptionalrequestOptions: TokenExchangeProfiles.RequestOptionsRequest-specific configuration.
Retrieve details about a single Token Exchange Profile specified by ID.
ID of the Token Exchange Profile to retrieve.
OptionalrequestOptions: TokenExchangeProfiles.RequestOptionsRequest-specific configuration.
Delete a Token Exchange Profile within your tenant.
ID of the Token Exchange Profile to delete.
OptionalrequestOptions: TokenExchangeProfiles.RequestOptionsRequest-specific configuration.
Update a Token Exchange Profile within your tenant.
ID of the Token Exchange Profile to update.
OptionalrequestOptions: 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
fromparameter. If there are more results, anextvalue is included in the response. You can use this for subsequent API calls. Whennextis no longer included in the response, no pages are remaining.