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