public sealed class ListKeyHandlesRequest : IMessage<ListKeyHandlesRequest>, IEquatable<ListKeyHandlesRequest>, IDeepCloneable<ListKeyHandlesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ListKeyHandlesRequest.
Request message for [Autokey.ListKeyHandles][google.cloud.kms.v1.Autokey.ListKeyHandles].
Implements
IMessageListKeyHandlesRequest, IEquatableListKeyHandlesRequest, IDeepCloneableListKeyHandlesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
ListKeyHandlesRequest()
public ListKeyHandlesRequest()
ListKeyHandlesRequest(ListKeyHandlesRequest)
public ListKeyHandlesRequest(ListKeyHandlesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListKeyHandlesRequest |
Properties
Filter
public string Filter { get; set; }
Optional. Filter to apply when listing
[KeyHandles][google.cloud.kms.v1.KeyHandle], e.g.
resource_type_selector="{SERVICE}.googleapis.com/{TYPE}"
.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Optional. Optional limit on the number of [KeyHandles][google.cloud.kms.v1.KeyHandle] to include in the response. The service may return fewer than this value. Further [KeyHandles][google.cloud.kms.v1.KeyHandle] can subsequently be obtained by including the [ListKeyHandlesResponse.next_page_token][google.cloud.kms.v1.ListKeyHandlesResponse.next_page_token] in a subsequent request. If unspecified, at most 100 [KeyHandles][google.cloud.kms.v1.KeyHandle] will be returned.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
Optional. Optional pagination token, returned earlier via [ListKeyHandlesResponse.next_page_token][google.cloud.kms.v1.ListKeyHandlesResponse.next_page_token].
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Name of the resource project and location from which to list
[KeyHandles][google.cloud.kms.v1.KeyHandle], e.g.
projects/{PROJECT_ID}/locations/{LOCATION}
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |