docs/interfaces/management.Management.CreateTokenExchangeProfileResponseContent.html
interface CreateTokenExchangeProfileResponseContent {
id?: string;
name?: string;
subject_token_type?: string;
action_id?: string;
type?: "custom_authentication";
created_at?: string;
updated_at?: string;
key: string: any;
}
Accepts any additional properties
id?name?subject_token_type?action_id?type?created_at?updated_at?
Optionalidid?: string
The unique ID of the token exchange profile.
Optionalnamename?: string
Friendly name of this profile.
Optionalsubject_token_typesubject_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.
Optionalaction_idaction_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.
Optionaltypetype?: "custom_authentication"
Optionalcreated_atcreated_at?: string
The time when this profile was created.
Optionalupdated_atupdated_at?: string
The time when this profile was updated.
Member Visibility
ThemeOSLightDark
Properties idnamesubject_token_typeaction_idtypecreated_atupdated_at