The AddToBlockListInput
input includes various settings.
Table: AddToBlockListInput
Parameter | Type | Required | Default | Stability | Description |
---|---|---|---|---|---|
Some arguments may be required, as indicated in the Required column. For some fields, this column indicates that a result will always be returned for this column. | |||||
Table last updated: Mar 28, 2025 | |||||
pattern | string | yes | Long-Term | The pattern to match for selecting data to add to the blocklist. | |
type | BlockedQueryMatcherType | yes | Long-Term | Whether the pattern should be matched exactly or interpreted as a regex pattern. See BlockedQueryMatcherType . | |
viewName | string | yes | Long-Term | Limits the scope of the pattern to a specific view preventing matching queries from execution in that context only. | |
clusterWide | boolean | false | Long-Term | Whether to apply the pattern, globally. Requires the ManageCluster permission. |