[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["Lists DnsThreatDetectors in a given project and location.\n\nHTTP request\n\n`GET https://networksecurity.googleapis.com/v1beta1/{parent=projects/*/locations/*}/dnsThreatDetectors`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|----------|--------------------------------------------------------------------------|\n| `parent` | `string` Required. The parent value for `ListDnsThreatDetectorsRequest`. |\n\nQuery parameters\n\n| Parameters ||\n|-------------|---------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` Optional. The requested page size. The server may return fewer items than requested. If unspecified, the server picks an appropriate default. |\n| `pageToken` | `string` Optional. A page token received from a previous `ListDnsThreatDetectorsRequest` call. Provide this to retrieve the subsequent page. |\n\nRequest body\n\nThe request body must be empty.\n\nResponse body The response message to requesting a list of DnsThreatDetectors.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dnsThreatDetectors\": [ { object (/dns/docs/reference/dns-armor/rest/v1beta1/projects.locations.dnsThreatDetectors#DnsThreatDetector) } ], \"nextPageToken\": string, \"unreachable\": [ string ] } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dnsThreatDetectors[]` | `object (`[DnsThreatDetector](/dns/docs/reference/dns-armor/rest/v1beta1/projects.locations.dnsThreatDetectors#DnsThreatDetector)`)` The list of DnsThreatDetector resources. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken`, to retrieve the next page. |\n| `unreachable[]` | `string` Unordered list. Unreachable `DnsThreatDetector` resources. |\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\nIAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `networksecurity.dnsThreatDetectors.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]