Class ListDnsAuthorizationsResponse (1.1.0)

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

Response for the ListDnsAuthorizations method.

Attributes

NameDescription
dns_authorizations Sequence[google.cloud.certificate_manager_v1.types.DnsAuthorization]
A list of dns authorizations for the parent resource.
next_page_token str
If there might be more results than those appearing in this response, then ``next_page_token`` is included. To get the next set of results, call this method again using the value of ``next_page_token`` as ``page_token``.
unreachable Sequence[str]
Locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListDnsAuthorizationsResponse