mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Thu Mar 26 12:11:21 UTC 2026
This commit is contained in:
parent
c0febd2be1
commit
89a3bc9276
1093 changed files with 69108 additions and 2686 deletions
|
|
@ -117,21 +117,20 @@ OPTIONAL FLAGS
|
|||
|
||||
--session-length=SESSION_LENGTH
|
||||
The maximum lifetime of a user session provided as an ISO 8601 duration
|
||||
string. Must be at least one hour or zero, and no more than twenty-four
|
||||
hours. Granularity is limited to seconds.
|
||||
string. Must be at least one hour or zero seconds, and no more than
|
||||
twenty-four hours. Granularity is limited to seconds.
|
||||
|
||||
When --session-length=0 users in the group attached to this binding
|
||||
will have infinite session length, effectively disabling the session
|
||||
settings.
|
||||
When --session-length=0 then users in the group attached to this
|
||||
binding will have infinite session length, effectively disabling the
|
||||
session settings.
|
||||
|
||||
A session begins after a user signs in successfully. If a user signs
|
||||
out before the end of the session lifetime, a new login creates a new
|
||||
A session begins when a user signs in successfully. If a user signs out
|
||||
before the end of the session lifetime, a new login creates a new
|
||||
session with a fresh lifetime. When a session expires, the user is
|
||||
asked to reauthenticate in accordance with session-reauth-method.
|
||||
asked to re-authenticate in accordance with session-method.
|
||||
|
||||
Setting --session-reauth-method when --session-length is empty raises
|
||||
an error. Cannot set --session-length on restricted client
|
||||
applications; please use scoped access settings.
|
||||
an error.
|
||||
|
||||
--session-reauth-method=SESSION_REAUTH_METHOD; default="login"
|
||||
Specifies the security check a user must undergo when their session
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue