Interface protos.google.cloud.security.privateca.v1beta1.IListCertificateRevocationListsRequest (2.3.7)

Properties of a ListCertificateRevocationListsRequest.

Package

@google-cloud/security-private-ca!

Properties

filter

filter?: (string|null);

ListCertificateRevocationListsRequest filter

Property Value
TypeDescription
(string|null)

orderBy

orderBy?: (string|null);

ListCertificateRevocationListsRequest orderBy

Property Value
TypeDescription
(string|null)

pageSize

pageSize?: (number|null);

ListCertificateRevocationListsRequest pageSize

Property Value
TypeDescription
(number|null)

pageToken

pageToken?: (string|null);

ListCertificateRevocationListsRequest pageToken

Property Value
TypeDescription
(string|null)

parent

parent?: (string|null);

ListCertificateRevocationListsRequest parent

Property Value
TypeDescription
(string|null)