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 represents an `AccessLevel` in the `Google.Identity.AccessContextManager.V1` namespace and uses a set of recommended features."],["Version 2.5.0 is the latest version of the `BasicLevel` class, while other documented versions range from 1.2.0 to 2.4.0."],["The `BasicLevel` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`BasicLevel` has a `CombiningFunction` property, which determines how the list of conditions are evaluated, and a `Conditions` property that is a required list of requirements for granting the `AccessLevel`."],["The `BasicLevel` class offers two constructors, one default and another for creating a new `BasicLevel` object based on another `BasicLevel` object."]]],[]]