RuleGroupRulesSourceList

data class RuleGroupRulesSourceList(val generatedRulesType: RuleGroupGeneratedRulesType, val targetTypes: List<RuleGroupTargetType>, val targets: List<String>)

Constructors

Link copied to clipboard
constructor(generatedRulesType: RuleGroupGeneratedRulesType, targetTypes: List<RuleGroupTargetType>, targets: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether you want to allow or deny access to the domains in your target list.

Link copied to clipboard

The domains that you want to inspect for in your traffic flows. Valid domain specifications are the following:

Link copied to clipboard

The types of targets to inspect for. Valid values are TLS_SNI and HTTP_HOST .