public BasicLevel.Types.ConditionCombiningFunction CombiningFunction { get; set; }
How the conditions list should be combined to determine if a request is
granted this AccessLevel. If AND is used, each Condition in
conditions must be satisfied for the AccessLevel to be applied. If OR
is used, at least one Condition in conditions must be satisfied for the
AccessLevel to be applied. Default behavior is AND.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference material for the `BasicLevel` class within the Google Identity Access Context Manager v1 API, specifically version 2.1.0, and contains documentation for all the versions from 1.2.0 to 2.5.0."],["The `BasicLevel` class is a type of `AccessLevel` that utilizes a set of pre-configured features and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`BasicLevel` has a property called `CombiningFunction` that determines how multiple conditions are evaluated (either using AND or OR logic) to decide if a request is granted access."],["`Conditions` is a required property of `BasicLevel`, defined as a list of requirements that need to be fulfilled for the `AccessLevel` to be granted."]]],[]]