View Source GoogleApi.AccessContextManager.V1.Model.BasicLevel (google_api_access_context_manager v0.25.0)
BasicLevel is an AccessLevel using a set of recommended features.
Attributes
-
combiningFunction(type:String.t, default:nil) - How theconditionslist should be combined to determine if a request is granted thisAccessLevel. If AND is used, eachConditioninconditionsmust be satisfied for theAccessLevelto be applied. If OR is used, at least oneConditioninconditionsmust be satisfied for theAccessLevelto be applied. Default behavior is AND. -
conditions(type:list(GoogleApi.AccessContextManager.V1.Model.Condition.t), default:nil) - Required. A list of requirements for theAccessLevelto be granted.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AccessContextManager.V1.Model.BasicLevel{ combiningFunction: String.t() | nil, conditions: [GoogleApi.AccessContextManager.V1.Model.Condition.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.