Okta.Sdk.Model.TokenHookResponseCommandsInner
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | string | One 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] |
| Value | List<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] |