GetApiKeysResult

data class GetApiKeysResult(val customerId: String? = null, val id: String, val includeValues: Boolean? = null, val items: List<GetApiKeysItem>)

A collection of values returned by getApiKeys.

Constructors

Link copied to clipboard
constructor(customerId: String? = null, id: String, includeValues: Boolean? = null, items: List<GetApiKeysItem>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customerId: String? = null

Amazon Web Services Marketplace customer identifier, when integrating with the Amazon Web Services SaaS Marketplace.

Link copied to clipboard
val id: String

ID of the API Key.

Link copied to clipboard
val includeValues: Boolean? = null
Link copied to clipboard

List of objects containing API Key information. See below.