Class GoogleCloudKmsInventoryV1ListCryptoKeysResponse
Response message for KeyDashboardService.ListCryptoKeys.
Implements
Inherited Members
Namespace: Google.Apis.Kmsinventory.v1.Data
Assembly: Google.Apis.Kmsinventory.v1.dll
Syntax
public class GoogleCloudKmsInventoryV1ListCryptoKeysResponse : IDirectResponseSchema
Properties
CryptoKeys
The list of CryptoKeys.
Declaration
[JsonProperty("cryptoKeys")]
public virtual IList<GoogleCloudKmsV1CryptoKey> CryptoKeys { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudKmsV1CryptoKey> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
NextPageToken
The page token returned from the previous response if the next page is desired.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
string |