public sealed class ListCertificateAuthoritiesRequest : IPageRequest, IMessage<ListCertificateAuthoritiesRequest>, IEquatable<ListCertificateAuthoritiesRequest>, IDeepCloneable<ListCertificateAuthoritiesRequest>, IBufferMessage, IMessage
Request message for [CertificateAuthorityService.ListCertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthorityService.ListCertificateAuthorities].
Implements
IPageRequest, IMessage<ListCertificateAuthoritiesRequest>, IEquatable<ListCertificateAuthoritiesRequest>, IDeepCloneable<ListCertificateAuthoritiesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
ListCertificateAuthoritiesRequest()
public ListCertificateAuthoritiesRequest()
ListCertificateAuthoritiesRequest(ListCertificateAuthoritiesRequest)
public ListCertificateAuthoritiesRequest(ListCertificateAuthoritiesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListCertificateAuthoritiesRequest |
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 [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] to include in the response. Further [CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority] can subsequently be obtained by including the [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.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 [ListCertificateAuthoritiesResponse.next_page_token][google.cloud.security.privateca.v1.ListCertificateAuthoritiesResponse.next_page_token].
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the [CaPool][google.cloud.security.privateca.v1.CaPool] associated with the
[CertificateAuthorities][google.cloud.security.privateca.v1.CertificateAuthority], 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 |