RuleGroupRuleGroupRulesSourceRulesSourceList

data class RuleGroupRuleGroupRulesSourceRulesSourceList(val generatedRulesType: String, val targetTypes: List<String>, val targets: List<String>)

Constructors

constructor(generatedRulesType: String, targetTypes: List<String>, targets: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

String value to specify whether domains in the target list are allowed or denied access. Valid values: ALLOWLIST, DENYLIST.

Link copied to clipboard

Set of domains that you want to inspect for in your traffic flows.

Link copied to clipboard

Set of types of domain specifications that are provided in the targets argument. Valid values: HTTP_HOST, TLS_SNI.