id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| session-configuration |
SessionConfiguration |
SessionConfiguration |
SessionConfiguration |
powershellsdk |
| powershell |
| PowerShell |
| sdk |
| SessionConfiguration |
|
/tools/sdk/powershell/v3/models/session-configuration |
| SDK |
| Software Development Kit |
| SessionConfiguration |
|
SessionConfiguration
Properties
| Name |
Type |
Description |
Notes |
| MaxIdleTime |
Pointer to Int32 |
The maximum time in minutes a session can be idle. |
[optional] |
| RememberMe |
Pointer to Boolean |
Denotes if 'remember me' is enabled. |
[optional] [default to $false] |
| MaxSessionTime |
Pointer to Int32 |
The maximum allowable session time in minutes. |
[optional] |
Examples
- Convert the resource to JSON
[Back to top]