GoogleApi.IAP.V1.Model.ReauthSettings (google_api_iap v0.17.1) View Source

Configuration for IAP reauthentication policies.

Attributes

  • maxAge (type: String.t, default: nil) - Reauth session lifetime, how long before a user has to reauthenticate again.
  • method (type: String.t, default: nil) - Reauth method required by the policy.
  • policyType (type: String.t, default: nil) - How IAP determines the effective policy in cases of hierarchial policies. Policies are merged from higher in the hierarchy to lower in the hierarchy.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.IAP.V1.Model.ReauthSettings{
  maxAge: String.t() | nil,
  method: String.t() | nil,
  policyType: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.