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 webpage provides documentation for the `BasicLevel` class within the Google Identity Access Context Manager v1 API, specifically version 2.3.0."],["`BasicLevel` is an `AccessLevel` that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and uses a set of recommended features."],["The `BasicLevel` class has two constructors, a default one and another one that takes a `BasicLevel` object as parameter."],["The class also has properties such as `CombiningFunction`, which determines how conditions are combined (AND or OR), and `Conditions`, a list of requirements for the `AccessLevel` to be granted."],["The `BasicLevel` class is located in the `Google.Identity.AccessContextManager.V1` namespace and is part of the `Google.Identity.AccessContextManager.V1.dll` assembly, with links to previous versions provided."]]],[]]