View Source GoogleApi.AccessContextManager.V1.Model.AccessSettings (google_api_access_context_manager v0.24.0)
Access settings represent the set of conditions that must be met for access to be granted. At least one of the fields must be set.
Attributes
-
accessLevels
(type:list(String.t)
, default:nil
) - Optional. Access level that a user must have to be granted access. Only one access level is supported, not multiple. This repeated field must have exactly one element. Example: "accessPolicies/9522/accessLevels/device_trusted" -
reauthSettings
(type:GoogleApi.AccessContextManager.V1.Model.ReauthSettings.t
, default:nil
) - Optional. Reauth settings applied to user access on a given AccessScope. -
sessionSettings
(type:GoogleApi.AccessContextManager.V1.Model.SessionSettings.t
, default:nil
) - Optional. Session settings applied to user access on a given AccessScope. Migrated from ReauthSettings
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AccessContextManager.V1.Model.AccessSettings{ accessLevels: [String.t()] | nil, reauthSettings: GoogleApi.AccessContextManager.V1.Model.ReauthSettings.t() | nil, sessionSettings: GoogleApi.AccessContextManager.V1.Model.SessionSettings.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.