Interface protos.google.cloud.security.privateca.v1.IListCaPoolsRequest (2.5.0)

Properties of a ListCaPoolsRequest.

Package

@google-cloud/security-private-ca!

Properties

filter

filter?: (string|null);

ListCaPoolsRequest filter

Property Value
Type Description
(string|null)

orderBy

orderBy?: (string|null);

ListCaPoolsRequest orderBy

Property Value
Type Description
(string|null)

pageSize

pageSize?: (number|null);

ListCaPoolsRequest pageSize

Property Value
Type Description
(number|null)

pageToken

pageToken?: (string|null);

ListCaPoolsRequest pageToken

Property Value
Type Description
(string|null)

parent

parent?: (string|null);

ListCaPoolsRequest parent

Property Value
Type Description
(string|null)