Class ListClientTlsPoliciesResponse (0.1.5)

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

Response returned by the ListClientTlsPolicies method. .. attribute:: client_tls_policies

List of ClientTlsPolicy resources.

:type: Sequence[google.cloud.network_security_v1beta1.types.ClientTlsPolicy]

Attribute

NameDescription
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.