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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eVersion 2.0.0 of the \u003ccode\u003eGoogle.Identity.AccessContextManager.V1\u003c/code\u003e library includes the \u003ccode\u003eBasicLevel\u003c/code\u003e class, which represents an \u003ccode\u003eAccessLevel\u003c/code\u003e that uses a set of recommended security features.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBasicLevel\u003c/code\u003e class can be constructed using either a default constructor or by providing another \u003ccode\u003eBasicLevel\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCombiningFunction\u003c/code\u003e property determines how the list of conditions in a \u003ccode\u003eBasicLevel\u003c/code\u003e are evaluated, either requiring all conditions to be met (AND) or at least one (OR).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eConditions\u003c/code\u003e property, which is a required field, contains a list of \u003ccode\u003eCondition\u003c/code\u003e objects that must be satisfied for the access level to be granted.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for \u003ccode\u003eBasicLevel\u003c/code\u003e is 2.5.0, with multiple previous versions also accessible within the documentation.\u003c/p\u003e\n"]]],[],null,[]]