SessionConfiguration
Import this model from the entry point of its package:
import { SessionConfiguration } from '@sailpoint/angular-sdk/global_tenant_security_settings';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| maxIdleTime | (optional) number | The maximum time in minutes a session can be idle. | [default to undefined] |
| rememberMe | (optional) boolean | Denotes if 'remember me' is enabled. | [default to false] |
| maxSessionTime | (optional) number | The maximum allowable session time in minutes. | [default to undefined] |