mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.1 KiB
1.1 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2025-session-configuration | SessionConfiguration | SessionConfiguration | SessionConfiguration | powershellsdk |
|
/tools/sdk/powershell/v2025/models/session-configuration |
|
SessionConfiguration
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MaxIdleTime | Int32 | The maximum time in minutes a session can be idle. | [optional] |
| RememberMe | Boolean | Denotes if 'remember me' is enabled. | [optional] [default to $false] |
| MaxSessionTime | Int32 | The maximum allowable session time in minutes. | [optional] |
Examples
- Prepare the resource
$SessionConfiguration = Initialize-V2025SessionConfiguration -MaxIdleTime 15 `
-RememberMe true `
-MaxSessionTime 45
- Convert the resource to JSON
$SessionConfiguration | ConvertTo-JSON