operationType property
Identifies the type of operation. Possible string values are:
- "UNKNOWN" : The unknown operation type.
- "ADD_POLICY_BINDING" : Adds newly given policy bindings in the existing bindings list.
- "REMOVE_POLICY_BINDING" : Removes newly given policy bindings from the existing bindings list.
- "REPLACE_POLICY_BINDING" : Replaces existing policy bindings with the given policy binding list
Implementation
core.String? operationType;