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 and code samples for the `BasicLevel` class within the Identity Access Context Manager v1 API, specifically for version 2.4.0."],["`BasicLevel` is defined as an `AccessLevel` that utilizes a set of recommended features, as outlined in the documentation."],["The class implements several interfaces, including `IMessage`, `IEquatable\u003cBasicLevel\u003e`, `IDeepCloneable\u003cBasicLevel\u003e`, and `IBufferMessage`, enhancing its functionality."],["Key properties of the `BasicLevel` class include `CombiningFunction`, which determines how conditions are combined, and `Conditions`, which lists the requirements for granting the `AccessLevel`."],["The documentation includes links to all versions, including the latest [2.5.0] and older versions, all the way to [1.2.0], with all in between versions listed."]]],[]]