
docs.SAMLHookResponseCommandsInnerValueInnerValue.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.
# SAMLHookResponseCommandsInnerValueInnerValue
The value of the claim that you add or replace, and can also include other attributes. If adding to a claim, add another `value` attribute residing within an array called `attributeValues`. See the following examples: #### Simple value (integer or string) `\"value\": 300` or `\"value\": \"replacementString\"` #### Attribute value (object) ` \"value\": { \"authContextClassRef\": \"replacementValue\" }` #### AttributeValues array value (object) ` \"value\": { \"attributes\": { \"NameFormat\": \"urn:oasis:names:tc:SAML:2.0:attrname-format:basic\" }, \"attributeValues\": [ {\"attributes\": { \"xsi:type\": \"xs:string\" }, \"value\": \"4321\"} ] }`
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
## Implemented Interfaces
* Serializable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy