Class ListCertificateRevocationListsResponse (1.1.0)

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

Response message for CertificateAuthorityService.ListCertificateRevocationLists.

Attributes

NameDescription
certificate_revocation_lists Sequence[google.cloud.security.privateca_v1beta1.types.CertificateRevocationList]
The list of CertificateRevocationLists.
next_page_token str
A token to retrieve next page of results. Pass this value in [ListCertificateRevocationListsRequest.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.