Identity and Access Management (IAM) v1 API - Class ListServiceAccountKeysResponse (2.5.0)

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

Reference documentation and code samples for the Identity and Access Management (IAM) v1 API class ListServiceAccountKeysResponse.

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
Name Description
other ListServiceAccountKeysResponse

Properties

Keys

public RepeatedField<ServiceAccountKey> Keys { get; }

The public keys for the service account.

Property Value
Type Description
RepeatedField ServiceAccountKey

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.