Cloud Asset V1 API - Module Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction (v0.19.0)

Reference documentation and code samples for the Cloud Asset V1 API module Google::Identity::AccessContextManager::V1::BasicLevel::ConditionCombiningFunction.

Options for how the conditions list should be combined to determine if this AccessLevel is applied. Default is AND.

Constants

AND

value: 0
All Conditions must be true for the BasicLevel to be true.

OR

value: 1
If at least one Condition is true, then the BasicLevel is true.