GcpUserAccessBindingSessionSettingsArgs

data class GcpUserAccessBindingSessionSettingsArgs(val maxInactivity: Output<String>? = null, val sessionLength: Output<String>? = null, val sessionLengthEnabled: Output<Boolean>? = null, val sessionReauthMethod: Output<String>? = null, val useOidcMaxAge: Output<Boolean>? = null) : ConvertibleToJava<GcpUserAccessBindingSessionSettingsArgs>

Constructors

Link copied to clipboard
constructor(maxInactivity: Output<String>? = null, sessionLength: Output<String>? = null, sessionLengthEnabled: Output<Boolean>? = null, sessionReauthMethod: Output<String>? = null, useOidcMaxAge: Output<Boolean>? = null)

Properties

Link copied to clipboard
val maxInactivity: Output<String>? = null

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.

Link copied to clipboard
val sessionLength: Output<String>? = null

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.

Link copied to clipboard
val sessionLengthEnabled: Output<Boolean>? = null

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.

Link copied to clipboard
val sessionReauthMethod: Output<String>? = null

Optional. The session challenges proposed to users when the Google Cloud session length is up. Possible values are: LOGIN, SECURITY_KEY, PASSWORD.

Link copied to clipboard
val useOidcMaxAge: Output<Boolean>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): GcpUserAccessBindingSessionSettingsArgs