Gcp User Access Binding Session Settings Args
Constructors
Properties
Optional. How long a user is allowed to take between actions before a new access token must be issued. Only set for Google Cloud apps.
Optional. The session length. Setting this field to zero is equal to disabling session. Also can set infinite session by flipping the enabled bit to false below. If useOidcMaxAge is true, for OIDC apps, the session length will be the minimum of this field and OIDC max_age param.
Optional. This field enables or disables Google Cloud session length. When false, all fields set above will be disregarded and the session length is basically infinite.
Optional. The session challenges proposed to users when the Google Cloud session length is up. Possible values are: LOGIN
, SECURITY_KEY
, PASSWORD
.
Optional. Only useful for OIDC apps. When false, the OIDC max_age param, if passed in the authentication request will be ignored. When true, the re-auth period will be the minimum of the sessionLength field and the max_age OIDC param.