KMS Inventory v1 API - Class ListCryptoKeysResponse (1.1.0)

public sealed class ListCryptoKeysResponse : IMessage<ListCryptoKeysResponse>, IEquatable<ListCryptoKeysResponse>, IDeepCloneable<ListCryptoKeysResponse>, IBufferMessage, IMessage, IPageResponse<CryptoKey>, IEnumerable<CryptoKey>, IEnumerable

Reference documentation and code samples for the KMS Inventory v1 API class ListCryptoKeysResponse.

Response message for [KeyDashboardService.ListCryptoKeys][google.cloud.kms.inventory.v1.KeyDashboardService.ListCryptoKeys].

Inheritance

object > ListCryptoKeysResponse

Namespace

Google.Cloud.Kms.Inventory.V1

Assembly

Google.Cloud.Kms.Inventory.V1.dll

Constructors

ListCryptoKeysResponse()

public ListCryptoKeysResponse()

ListCryptoKeysResponse(ListCryptoKeysResponse)

public ListCryptoKeysResponse(ListCryptoKeysResponse other)
Parameter
NameDescription
otherListCryptoKeysResponse

Properties

CryptoKeys

public RepeatedField<CryptoKey> CryptoKeys { get; }

The list of [CryptoKeys][google.cloud.kms.v1.CryptoKey].

Property Value
TypeDescription
RepeatedFieldCryptoKey

NextPageToken

public string NextPageToken { get; set; }

The page token returned from the previous response if the next page is desired.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<CryptoKey> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorCryptoKey