Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.19 KB

File metadata and controls

15 lines (11 loc) · 1.19 KB

Okta.Sdk.Model.SAMLPayLoadDataAssertion

Details of the SAML assertion that was generated

Properties

Name Type Description Notes
Subject SAMLPayLoadDataAssertionSubject [optional]
Authentication SAMLPayLoadDataAssertionAuthentication [optional]
Conditions SAMLPayLoadDataAssertionConditions [optional]
Claims Dictionary<string, SAMLPayLoadDataAssertionClaimsValue> Provides a JSON representation of the `<saml:AttributeStatement>` element contained in the generated SAML assertion. Contains any optional SAML attribute statements that you have defined for the app using the Admin Console's SAML Settings. [optional]
Lifetime SAMLPayLoadDataAssertionLifetime [optional]

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