ApiKeyResponse

data class ApiKeyResponse(val connectionString: String, val id: String, val lastModified: String, val name: String, val readOnly: Boolean, val value: String)

An API key used for authenticating with a configuration store endpoint.

Constructors

Link copied to clipboard
constructor(connectionString: String, id: String, lastModified: String, name: String, readOnly: Boolean, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A connection string that can be used by supporting clients for authentication.

Link copied to clipboard
val id: String

The key ID.

Link copied to clipboard

The last time any of the key's properties were modified.

Link copied to clipboard

A name for the key describing its usage.

Link copied to clipboard

Whether this key can only be used for read operations.

Link copied to clipboard

The value of the key that is used for authentication purposes.