Module: Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction
- Defined in:
- proto_docs/google/identity/accesscontextmanager/v1/access_level.rb
Overview
Options for how the conditions
list should be combined to determine if
this AccessLevel
is applied. Default is AND.
Constant Summary collapse
- AND =
All
Conditions
must be true for theBasicLevel
to be true. 0
- OR =
If at least one
Condition
is true, then theBasicLevel
is true. 1