Prevention Discovery Config Action Pub Sub Notification Pubsub Condition Expressions
data class PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressions(val conditions: List<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsCondition>? = null, val logicalOperator: String? = null)
Constructors
Link copied to clipboard
constructor(conditions: List<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsCondition>? = null, logicalOperator: String? = null)
Properties
Link copied to clipboard
val conditions: List<PreventionDiscoveryConfigActionPubSubNotificationPubsubConditionExpressionsCondition>? = null
Conditions to apply to the expression Structure is documented below.
Link copied to clipboard
The operator to apply to the collection of conditions Possible values are: OR
, AND
.