Class ListServiceAccountKeysResponse
The service account keys list response.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class ListServiceAccountKeysResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Keys
The public keys for the service account.
Declaration
[JsonProperty("keys")]
public virtual IList<ServiceAccountKey> Keys { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ServiceAccountKey> |