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."],[[["The `BasicLevel` class in the `Google.Identity.AccessContextManager.V1` namespace is an `AccessLevel` implementation designed with a recommended set of features."],["`BasicLevel` is derived from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BasicLevel` class offers two constructors: a default constructor `BasicLevel()` and a copy constructor `BasicLevel(BasicLevel other)` to create new instances, accepting another `BasicLevel` object as a parameter."],["It has two key properties: `CombiningFunction`, which determines how the conditions are combined to evaluate the AccessLevel, and `Conditions`, which is a list of `Condition` objects that define the requirements for granting the `AccessLevel`."],["The versions available range from 1.2.0 to the latest version 2.5.0, with the page you are viewing covering the 1.5.0 version."]]],[]]