Okta.Sdk.Model.TokenHookResponseCommandsInner

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
TypestringOne of the supported commands: `com.okta.identity.patch`: Modify an ID token `com.okta.access.patch`: Modify an access token > Note: The `commands` array should only contain commands that can be applied to the requested tokens. For example, if only an ID token is requested, the `commands` array shouldn't contain commands of the type `com.okta.access.patch`.[optional]
ValueList<TokenHookResponseCommandsInnerValueInner>The `value` object is where you specify the operation to perform. It's an array, which allows you to request more than one operation.[optional]

[Back to Model list] [Back to API list] [Back to README]