DnsSecurityRulePatch interface
描述 PATCH作的 DNS 安全规则。
属性
| action | 对与 DNS 安全规则匹配的 DNS 请求执行的操作。 |
| dns |
DNS 解析程序策略域列出了 DNS 安全规则适用的域。 |
| dns |
DNS 安全规则的状态。 |
| priority | DNS 安全规则的优先级。 |
| tags | DNS 安全规则的标记。 |
属性详细信息
action
dnsResolverDomainLists
dnsSecurityRuleState
DNS 安全规则的状态。
dnsSecurityRuleState?: string
属性值
string
priority
DNS 安全规则的优先级。
priority?: number
属性值
number
tags
DNS 安全规则的标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}