Class ListCertificateIssuanceConfigsRequest (1.1.0)

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

Request for the ListCertificateIssuanceConfigs method.

Attributes

NameDescription
parent str
Required. The project and location from which the certificate should be listed, specified in the format ``projects/*/locations/*``.
page_size int
Maximum number of certificate configs to return per call.
page_token str
The value returned by the last ``ListCertificateIssuanceConfigsResponse``. Indicates that this is a continuation of a prior ``ListCertificateIssuanceConfigs`` call, and that the system should return the next page of data.
filter str
Filter expression to restrict the Certificates Configs returned.
order_by str
A list of Certificate Config field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".

Inheritance

builtins.object > proto.message.Message > ListCertificateIssuanceConfigsRequest