Interface GetTokenExchangeProfilesById200Response

Hierarchy

  • GetTokenExchangeProfilesById200Response

Indexable

[key: string]: any | any

Properties

action_id: string

The ID of the Custom Token Exchange action to execute for this profile, in order to validate the subject_token. The action must use the custom-token-exchange trigger.

created_at: string

The time when this profile was created.

id: string

The unique ID of the token exchange profile.

name: string

Friendly name of this profile.

subject_token_type: string

Subject token type for this profile. When receiving a token exchange request on the Authentication API, the corresponding token exchange profile with a matching subject_token_type will be executed. This must be a URI.

type: "custom_authentication"

The type of the profile, which controls how the profile will be executed when receiving a token exchange request.

updated_at: string

The time when this profile was updated.