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-04-09 UTC."],[[["The `BasicLevel` class, part of the `Google.Identity.AccessContextManager.V1` namespace, is an `AccessLevel` that uses a set of recommended features within the Google Identity Access Context Manager."],["Version 2.5.0 is the latest version of the `BasicLevel` class available in this documentation, and there are multiple previous versions documented, down to 1.2.0."],["The `BasicLevel` class implements several interfaces, including `IMessage`, `IEquatable\u003cBasicLevel\u003e`, `IDeepCloneable\u003cBasicLevel\u003e`, and `IBufferMessage`, providing functionalities like message handling, equality comparison, deep cloning, and buffer management."],["`BasicLevel` instances can be constructed with a default constructor or by cloning another `BasicLevel` object."],["The `BasicLevel` class has properties `CombiningFunction`, which determines how conditions are combined (AND/OR), and `Conditions`, which is a list of requirements for granting access."]]],[]]