Package com.okta.sdk.resource.model
Class SAMLHookResponseCommandsInnerValueInnerValue
java.lang.Object
com.okta.sdk.resource.model.SAMLHookResponseCommandsInnerValueInnerValue
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SAMLHookResponseCommandsInnerValueInnerValue
extends Object
implements Serializable
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\"} ] }`
- See Also:
-
Constructor Summary
-
Method Summary