GetApiKeysItem

data class GetApiKeysItem(val createdDate: String, val customerId: String, val description: String, val enabled: Boolean, val id: String, val lastUpdatedDate: String, val name: String, val stageKeys: List<String>, val tags: Map<String, String>, val value: String)

Constructors

Link copied to clipboard
constructor(createdDate: String, customerId: String, description: String, enabled: Boolean, id: String, lastUpdatedDate: String, name: String, stageKeys: List<String>, tags: Map<String, String>, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date and time when the API Key was created.

Link copied to clipboard

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

Link copied to clipboard

Description of the API Key.

Link copied to clipboard

Whether the API Key is enabled.

Link copied to clipboard
val id: String

ID of the API Key.

Link copied to clipboard

Date and time when the API Key was last updated.

Link copied to clipboard

Name of the API Key.

Link copied to clipboard
Link copied to clipboard

Map of tags for the resource.

Link copied to clipboard

Value of the API Key.