Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.15 KB

File metadata and controls

11 lines (7 loc) · 1.15 KB

Okta.Sdk.Model.SAMLHookResponse

Properties

Name Type Description Notes
Commands List<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]
Error SAMLHookResponseError [optional]

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