Package com.okta.sdk.resource.model
Class SAMLPayLoadDataAssertionLifetime
java.lang.Object
com.okta.sdk.resource.model.SAMLPayLoadDataAssertionLifetime
- 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 SAMLPayLoadDataAssertionLifetime
extends Object
implements Serializable
Specifies the expiration time, in seconds, of the SAML assertion
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanexpiration(Integer expiration) The expiration time in secondsinthashCode()voidsetExpiration(Integer expiration) toString() 
- 
Field Details
- 
JSON_PROPERTY_EXPIRATION
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SAMLPayLoadDataAssertionLifetime
public SAMLPayLoadDataAssertionLifetime() 
 - 
 - 
Method Details