Protected
configurationOptional
initOverrides: InitOverrideDelete a Token Exchange Profile within your tenant. Delete a token exchange profile
Optional
initOverrides: InitOverrideRetrieve details about a single Token Exchange Profile specified by ID.
Get a token exchange profile
Optional
initOverrides: InitOverrideRetrieve 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, a next
value is included in the response. You can use this for subsequent API calls. When next
is no longer included in the response, no pages are remaining.
Get token exchange profiles
Optional
initOverrides: InitOverrideProtected
requestOptional
initOverrides: RequestInit | InitOverrideFunctionUpdate a Token Exchange Profile within your tenant.
Update an existing token exchange profile
Optional
initOverrides: InitOverride
Create a new Token Exchange Profile within your tenant.
Create a token exchange profile
Throws