mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
@@ -532,28 +532,28 @@ options:
|
||||
type: int
|
||||
client_session_idle_timeout:
|
||||
description:
|
||||
- All Clients will inherit from this setting, time a session is allowed to be idle before it expires.
|
||||
- All Clients inherit from this setting, time a session is allowed to be idle before it expires.
|
||||
aliases:
|
||||
- clientSessionIdleTimeout
|
||||
type: int
|
||||
version_added: 11.2.0
|
||||
client_session_max_lifespan:
|
||||
description:
|
||||
- All Clients will inherit from this setting, max time before a session is expired.
|
||||
- All Clients inherit from this setting, max time before a session is expired.
|
||||
aliases:
|
||||
- clientSessionMaxLifespan
|
||||
type: int
|
||||
version_added: 11.2.0
|
||||
client_offline_session_idle_timeout:
|
||||
description:
|
||||
- All Clients will inherit from this setting, time an offline session is allowed to be idle before it expires.
|
||||
- All Clients inherit from this setting, time an offline session is allowed to be idle before it expires.
|
||||
aliases:
|
||||
- clientOfflineSessionIdleTimeout
|
||||
type: int
|
||||
version_added: 11.2.0
|
||||
client_offline_session_max_lifespan:
|
||||
description:
|
||||
- All Clients will inherit from this setting, max time before an offline session is expired regardless of activity.
|
||||
- All Clients inherit from this setting, max time before an offline session is expired regardless of activity.
|
||||
aliases:
|
||||
- clientOfflineSessionMaxLifespan
|
||||
type: int
|
||||
|
||||
Reference in New Issue
Block a user