Class ListCaPoolsResponse (1.4.2)

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

Response message for CertificateAuthorityService.ListCaPools.

Attributes

NameDescription
ca_pools Sequence[google.cloud.security.privateca_v1.types.CaPool]
The list of CaPools.
next_page_token str
A token to retrieve next page of results. Pass this value in [ListCertificateAuthoritiesRequest.next_page_token][] to retrieve the next page of results.
unreachable Sequence[str]
A list of locations (e.g. "us-west1") that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListCaPoolsResponse