triggerType property
Identifies the trigger type for running the policy. Possible string values are:
- "UNKNOWN" : Trigger for unknown action.
- "ON_CREATE" : Trigger for create document action.
- "ON_UPDATE" : Trigger for update document action.
- "ON_CREATE_LINK" : Trigger for create link action.
- "ON_DELETE_LINK" : Trigger for delete link action.
Implementation
core.String? triggerType;