Identity Access Context Manager v1 API - Enum BasicLevel.Types.ConditionCombiningFunction (2.4.0)

public enum BasicLevel.Types.ConditionCombiningFunction

Reference documentation and code samples for the Identity Access Context Manager v1 API enum BasicLevel.Types.ConditionCombiningFunction.

Options for how the conditions list should be combined to determine if this AccessLevel is applied. Default is AND.

Namespace

Google.Identity.AccessContextManager.V1

Assembly

Google.Identity.AccessContextManager.V1.dll

Fields

NameDescription
And

All Conditions must be true for the BasicLevel to be true.

Or

If at least one Condition is true, then the BasicLevel is true.