SslProtocolMatchConditionParameters interface
定义 SslProtocol 匹配条件的参数
属性
| match |
传递规则条件的匹配值 |
| negate |
描述这是否为否定条件 |
| operator | 描述要匹配的运算符 |
| transforms | 转换列表 |
| type |
属性详细信息
matchValues
传递规则条件的匹配值
matchValues?: string[]
属性值
string[]
negateCondition
描述这是否为否定条件
negateCondition?: boolean
属性值
boolean
operator
描述要匹配的运算符
operator: string
属性值
string
transforms
转换列表
transforms?: string[]
属性值
string[]
typeName
typeName: "DeliveryRuleSslProtocolConditionParameters"
属性值
"DeliveryRuleSslProtocolConditionParameters"