Resource: DnsThreatDetector
Message describing DnsThreatDetector object
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"excludedNetworks": [
string
],
"provider": enum ( |
Fields | |
---|---|
name |
Immutable. Identifier. Name of the DnsThreatDetector resource. |
createTime |
Output only. [Output only] Create time stamp Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. [Output only] Update time stamp Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. Labels as key value pairs An object containing a list of |
excludedNetworks[] |
Optional. A list of Network resource names which are exempt from the configuration in this DnsThreatDetector. Example: |
provider |
Required. The provider used for DNS threat analysis. |
Provider
Name of the provider to use for DNS threat analysis.
Enums | |
---|---|
PROVIDER_UNSPECIFIED |
An unspecified provider. |
INFOBLOX |
The Infoblox DNS threat detecter. |
Methods |
|
---|---|
|
Creates a new DnsThreatDetector in a given project and location. |
|
Deletes a single DnsThreatDetector. |
|
Gets details of a single DnsThreatDetector. |
|
Lists DnsThreatDetectors in a given project and location. |
|
Updates the parameters of a single DnsThreatDetector. |