Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 1.03 KB

File metadata and controls

10 lines (6 loc) · 1.03 KB

Okta.Sdk.Model.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

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