public sealed class ListCertificatesRequest : IPageRequest, IMessage<ListCertificatesRequest>, IEquatable<ListCertificatesRequest>, IDeepCloneable<ListCertificatesRequest>, IBufferMessage, IMessage
Request message for [CertificateAuthorityService.ListCertificates][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificates].
Implements
IPageRequest, IMessage<ListCertificatesRequest>, IEquatable<ListCertificatesRequest>, IDeepCloneable<ListCertificatesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
ListCertificatesRequest()
public ListCertificatesRequest()
ListCertificatesRequest(ListCertificatesRequest)
public ListCertificatesRequest(ListCertificatesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListCertificatesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
PageSize
public int PageSize { get; set; }
Optional. Limit on the number of [Certificates][google.cloud.security.privateca.v1.Certificate] to include in the response. Further [Certificates][google.cloud.security.privateca.v1.Certificate] can subsequently be obtained by including the [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token] in a subsequent request. If unspecified, the server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
Int32 |
PageToken
public string PageToken { get; set; }
Optional. Pagination token, returned earlier via [ListCertificatesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificatesResponse.next_page_token].
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the location associated with the
[Certificates][google.cloud.security.privateca.v1.Certificate], in the format
projects/*/locations/*/caPools/*
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsCaPoolName
public CaPoolName ParentAsCaPoolName { get; set; }
CaPoolName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
CaPoolName |