Okta.Sdk.Model.SAMLHookResponse

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
CommandsList<SAMLHookResponseCommandsInner>The `commands` object is where you tell Okta to add additional claims to the assertion or to modify the existing assertion statements. `commands` is an array, allowing you to send multiple commands. In each array element, include a `type` property and a `value` property. The `type` property is where you specify which of the supported commands you want to execute, and `value` is where you supply an operand for that command. In the case of the SAML assertion inline hook, the `value` property is itself a nested object, in which you specify a particular operation, a path to act on, and a value.[optional]
ErrorSAMLHookResponseError[optional]

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