Reference documentation and code samples for the Access Context Manager V1 Client class ConditionCombiningFunction.
Options for how the conditions list should be combined to determine if
this AccessLevel is applied. Default is AND.
Protobuf type google.identity.accesscontextmanager.v1.BasicLevel.ConditionCombiningFunction
Namespace
Google \ Identity \ AccessContextManager \ V1 \ BasicLevelMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PBAND
Value: 0All Conditions must be true for the BasicLevel to be true.
Generated from protobuf enum AND = 0;
PBOR
Value: 1If at least one Condition is true, then the BasicLevel is true.
Generated from protobuf enum OR = 1;