BlockedQuery
is used for
data to a block query. It involves a regex pattern to filter queries
before they're executed.
Table: BlockedQuery
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: Sep 24, 2024 | |||||
expiresAt | datetime | Long-Term | The date and time in which any matching queries will cease to be blocked. | ||
expiresInMilliseconds | integer | Long-Term | The amount of milliseconds until any matching queries won't be blocked. | ||
id | string | yes | Long-Term | The unique identifier of the blocked query. | |
limitedToOrganization | boolean | yes | Long-Term | Whether the blocked query should be limited to the organization. | |
Organization | Organization | Long-Term | The organization associated with the view, if any. See Organization . | ||
pattern | string | yes | Long-Term | The exact or regular expression pattern used to match queries to block. | |
type | BlockedQueryMatcherType | yes | Long-Term | How the pattern should be matched (e.g., as a regular expression). See BlockedQueryMatcherType . | |
unblockAllowed | boolean | yes | Long-Term | Whether the current user is allowed to unblock the query. | |
View | View | Long-Term | The related view, if any. See View . |