SettingsAccessSettingsReauthSettingsArgs

data class SettingsAccessSettingsReauthSettingsArgs(val maxAge: Output<String>, val method: Output<String>, val policyType: Output<String>) : ConvertibleToJava<SettingsAccessSettingsReauthSettingsArgs>

Constructors

Link copied to clipboard
constructor(maxAge: Output<String>, method: Output<String>, policyType: Output<String>)

Properties

Link copied to clipboard
val maxAge: Output<String>

Reauth session lifetime, how long before a user has to reauthenticate again. A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".

Link copied to clipboard
val method: Output<String>

Reauth method requested. The possible values are:

Link copied to clipboard
val policyType: Output<String>

How IAP determines the effective policy in cases of hierarchical policies. Policies are merged from higher in the hierarchy to lower in the hierarchy. The possible values are:

Functions

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