public sealed class ListKeyHandlesRequest : IMessage<ListKeyHandlesRequest>, IEquatable<ListKeyHandlesRequest>, IDeepCloneable<ListKeyHandlesRequest>, IBufferMessage, IMessage
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, IMessageNamespace
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 |
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 |