Class RiskDetailsGlobalDnsInsight (0.12.1)

RiskDetailsGlobalDnsInsight(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Detailed insights for a global DNS reliability risk.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
project_default_is_global_dns bool
Indicates whether the project's default DNS setting is global DNS. This field is a member of oneof_ _project_default_is_global_dns.
query_observation_window str
The observation window for the query counts. This field is a member of oneof_ _query_observation_window.
risky_query_count int
The number of queries that are risky. This is always less than or equal to total_query_count. This field is a member of oneof_ _risky_query_count.
total_query_count int
The total number of queries in the observation window. This field is a member of oneof_ _total_query_count.