Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ The policy treats values the follow the EQ operator as multiple assertions which
The policy treats values that follow the NE operator as multiple assertions which are logically differenced (AND'd).
The criterion is satisfied if the type of query of the request matches one of the EQ values and does not match any of the NE values.

Example criterion: `"EQ,TXT,SRV,NE,MX"`
Example criterion: `"EQ,TXT,SRV;NE,MX"`

```yaml
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ The policy treats values the follow the EQ operator as multiple assertions which
The policy treats values that follow the NE operator as multiple assertions which are logically differenced (AND'd).
The criterion is satisfied if the type of query of the request matches one of the EQ values and does not match any of the NE values.

Example criterion: `"EQ,TXT,SRV,NE,MX"`
Example criterion: `"EQ,TXT,SRV;NE,MX"`

```yaml
Type: String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ The policy treats values the follow the EQ operator as multiple assertions which
The policy treats values that follow the NE operator as multiple assertions which are logically differenced (AND'd).
The criterion is satisfied if the type of query of the request matches one of the EQ values and does not match any of the NE values.

Example criterion: `"EQ,TXT,SRV,NE,MX"`
Example criterion: `"EQ,TXT,SRV;NE,MX"`

```yaml
Type: String
Expand Down