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

Configuration for IAP reauthentication policies.

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.