Files
developer.sailpoint.com/static/api-specs/idn/beta/schemas/SessionConfiguration.yaml
2022-09-26 21:59:54 -04:00

15 lines
362 B
YAML

type: object
properties:
maxIdleTime:
type: integer
description: The maximum time in minutes a session can be idle.
example: 15
rememberMe:
type: boolean
description: Denotes if 'remember me' is enabled.
example: true
maxSessionTime:
type: integer
description: The maximum allowable session time in minutes.
example: 45