ActionType
Enums |
ACTION_TYPE_UNSPECIFIED |
Action type is unspecified. |
DRIVE_BLOCK_EXTERNAL_SHARING |
Block sharing a file externally. |
DRIVE_WARN_ON_EXTERNAL_SHARING |
Show a warning message when sharing a file externally. |
DELETE_WEBPROTECT_EVIDENCE |
Delete web protect evidence file |
ALERT |
Send alert. |
RULE_ACTIVATE |
Activate Rule Action |
RULE_DEACTIVATE |
Deactivate Rule Action |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-22 UTC.
[null,null,["Last updated 2024-08-22 UTC."],[[["Rule actions define the response taken when a security rule is triggered, such as blocking external sharing, displaying warnings, deleting evidence, or sending alerts."],["Actions are categorized using specific enum values, like `DRIVE_BLOCK_EXTERNAL_SHARING` for blocking external file sharing and `ALERT` for triggering an alert."],["Rule actions also include options for activating or deactivating specific responses using enums `RULE_ACTIVATE` and `RULE_DEACTIVATE`."]]],[]]