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
Conditionsmust be true for theBasicLevelto be true. 0- OR =
If at least one
Conditionis true, then theBasicLevelis true. 1