docs.TokenHookResponseCommandsInner.md Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of okta-sdk-api Show documentation
Show all versions of okta-sdk-api Show documentation
The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta
API. This .jar is the only compile-time dependency within the Okta SDK project that your code should
depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.
The newest version!
# TokenHookResponseCommandsInner
## 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>**](TokenHookResponseCommandsInnerValueInner.md) | 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] |
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy