Google Cloud Key Management Service v1 API - Class ListKeyHandlesResponse (3.11.0)

public sealed class ListKeyHandlesResponse : IMessage<ListKeyHandlesResponse>, IEquatable<ListKeyHandlesResponse>, IDeepCloneable<ListKeyHandlesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class ListKeyHandlesResponse.

Response message for [Autokey.ListKeyHandles][google.cloud.kms.v1.Autokey.ListKeyHandles].

Inheritance

object > ListKeyHandlesResponse

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

ListKeyHandlesResponse()

public ListKeyHandlesResponse()

ListKeyHandlesResponse(ListKeyHandlesResponse)

public ListKeyHandlesResponse(ListKeyHandlesResponse other)
Parameter
Name Description
other ListKeyHandlesResponse

Properties

KeyHandles

public RepeatedField<KeyHandle> KeyHandles { get; }

Resulting [KeyHandles][google.cloud.kms.v1.KeyHandle].

Property Value
Type Description
RepeatedFieldKeyHandle