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."],[[["Version 2.0.0 of the `Google.Identity.AccessContextManager.V1` library includes the `BasicLevel` class, which represents an `AccessLevel` that uses a set of recommended security features."],["The `BasicLevel` class can be constructed using either a default constructor or by providing another `BasicLevel` object as a parameter."],["The `CombiningFunction` property determines how the list of conditions in a `BasicLevel` are evaluated, either requiring all conditions to be met (AND) or at least one (OR)."],["The `Conditions` property, which is a required field, contains a list of `Condition` objects that must be satisfied for the access level to be granted."],["The latest version available for `BasicLevel` is 2.5.0, with multiple previous versions also accessible within the documentation."]]],[]]