GetKeyResult

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

A collection of values returned by getKey.

Constructors

Link copied to clipboard
constructor(createdDate: String, description: String, enabled: Boolean, id: String, lastUpdatedDate: String, name: 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

Description of the API Key.

Link copied to clipboard

Whether the API Key is enabled.

Link copied to clipboard
val id: String

Set to the ID of the API Key.

Link copied to clipboard

Date and time when the API Key was last updated.

Link copied to clipboard

Set to the name of the API Key.

Link copied to clipboard

Map of tags for the resource.

Link copied to clipboard

Set to the value of the API Key.