GoogleCloudContentwarehouseV1RuleResponse

data class GoogleCloudContentwarehouseV1RuleResponse(val actions: List<GoogleCloudContentwarehouseV1ActionResponse>, val condition: String, val description: String, val ruleId: String, val triggerType: String)

Represents the rule for a content warehouse trigger.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of actions that are executed when the rule is satisfied.

Link copied to clipboard

Represents the conditional expression to be evaluated. Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary 20000

Link copied to clipboard

Short description of the rule and its context.

Link copied to clipboard

ID of the rule. It has to be unique across all the examples. This is managed internally.

Link copied to clipboard

Identifies the trigger type for running the policy.