UnaryOperation

UnaryOperation
UnaryOperation

Unary Operation.

JSON Example
{
    "operand": {
        "field_pointer": "string",
        "path": "string"
    },
    "operator": "string"
}
operand
Required

Resource Field Pointer representing the exact value within a policy object.

string
operator
Required

Logical Operator describing the operation to apply to the operand.

Possible values are : APPEND, SUBTRACT,