Certificate Authority v1beta1 API - Class ListCertificatesRequest (2.0.0-beta02)

public sealed class ListCertificatesRequest : IPageRequest, IMessage<ListCertificatesRequest>, IEquatable<ListCertificatesRequest>, IDeepCloneable<ListCertificatesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1beta1 API class ListCertificatesRequest.

Request message for [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1beta1.CertificateAuthorityService.ListCertificates].

Inheritance

Object > ListCertificatesRequest

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Constructors

ListCertificatesRequest()

public ListCertificatesRequest()

ListCertificatesRequest(ListCertificatesRequest)

public ListCertificatesRequest(ListCertificatesRequest other)
Parameter
NameDescription
otherListCertificatesRequest

Properties

Filter

public string Filter { get; set; }

Optional. Only include resources that match the filter in the response. For details on supported filters and syntax, see Certificates Filtering documentation.

Property Value
TypeDescription
String

OrderBy

public string OrderBy { get; set; }

Optional. Specify how the results should be sorted. For details on supported fields and syntax, see Certificates Sorting documentation.

Property Value
TypeDescription
String

PageSize

public int PageSize { get; set; }

Optional. Limit on the number of [Certificates][google.cloud.security.privateca.v1beta1.Certificate] to include in the response. Further [Certificates][google.cloud.security.privateca.v1beta1.Certificate] can subsequently be obtained by including the [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListCertificatesResponse.next_page_token] in a subsequent request. If unspecified, the server will pick an appropriate default.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

Optional. Pagination token, returned earlier via [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1beta1.ListCertificatesResponse.next_page_token].

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The resource name of the location associated with the [Certificates][google.cloud.security.privateca.v1beta1.Certificate], in the format projects/*/locations/*/certificateauthorities/*.

Property Value
TypeDescription
String

ParentAsCertificateAuthorityName

public CertificateAuthorityName ParentAsCertificateAuthorityName { get; set; }

CertificateAuthorityName-typed view over the Parent resource name property.

Property Value
TypeDescription
CertificateAuthorityName