Class ListServiceAccountKeysResponse (2.0.0)

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

The service account keys list response.

Inheritance

Object > ListServiceAccountKeysResponse

Namespace

Google.Cloud.Iam.Admin.V1

Assembly

Google.Cloud.Iam.Admin.V1.dll

Constructors

ListServiceAccountKeysResponse()

public ListServiceAccountKeysResponse()

ListServiceAccountKeysResponse(ListServiceAccountKeysResponse)

public ListServiceAccountKeysResponse(ListServiceAccountKeysResponse other)
Parameter
NameDescription
otherListServiceAccountKeysResponse

Properties

Keys

public RepeatedField<ServiceAccountKey> Keys { get; }

The public keys for the service account.

Property Value
TypeDescription
RepeatedField<ServiceAccountKey>