public sealed class ListCertificateRevocationListsRequest : IPageRequest, IMessage<ListCertificateRevocationListsRequest>, IEquatable<ListCertificateRevocationListsRequest>, IDeepCloneable<ListCertificateRevocationListsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class ListCertificateRevocationListsRequest.
Request message for [CertificateAuthorityService.ListCertificateRevocationLists][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateRevocationLists].
Implements
IPageRequest, IMessageListCertificateRevocationListsRequest, IEquatableListCertificateRevocationListsRequest, IDeepCloneableListCertificateRevocationListsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
ListCertificateRevocationListsRequest()
public ListCertificateRevocationListsRequest()
ListCertificateRevocationListsRequest(ListCertificateRevocationListsRequest)
public ListCertificateRevocationListsRequest(ListCertificateRevocationListsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListCertificateRevocationListsRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Only include resources that match the filter in the response.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Optional. Specify how the results should be sorted.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Limit on the number of [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] to include in the response. Further [CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList] can subsequently be obtained by including the [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token] in a subsequent request. If unspecified, the server will pick an appropriate default.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. Pagination token, returned earlier via [ListCertificateRevocationListsResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateRevocationListsResponse.next_page_token].
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the location associated with the
[CertificateRevocationLists][google.cloud.security.privateca.v1.CertificateRevocationList],
in the format projects/*/locations/*/caPools/*/certificateAuthorities/*
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsCertificateAuthorityName
public CertificateAuthorityName ParentAsCertificateAuthorityName { get; set; }
CertificateAuthorityName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
CertificateAuthorityName |