Identity and Access Management (IAM) v1 API - Class ListServiceAccountKeysResponse (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ListServiceAccountKeysResponse : IMessage<ListServiceAccountKeysResponse>, IEquatable<ListServiceAccountKeysResponse>, IDeepCloneable<ListServiceAccountKeysResponse>, IBufferMessage, IMessageReference documentation and code samples for the Identity and Access Management (IAM) v1 API class ListServiceAccountKeysResponse.
The service account keys list response.
Implements
IMessage ListServiceAccountKeysResponse, IEquatable ListServiceAccountKeysResponse, IDeepCloneable ListServiceAccountKeysResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.Admin.V1Assembly
Google.Cloud.Iam.Admin.V1.dll
Constructors
ListServiceAccountKeysResponse()
public ListServiceAccountKeysResponse()ListServiceAccountKeysResponse(ListServiceAccountKeysResponse)
public ListServiceAccountKeysResponse(ListServiceAccountKeysResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListServiceAccountKeysResponse |
Properties
Keys
public RepeatedField<ServiceAccountKey> Keys { get; }The public keys for the service account.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField ServiceAccountKey |
|