ApiKeyResponse

data class ApiKeyResponse(val createdAt: String? = null, val key: String)

Azure quantum workspace Api key details.

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, key: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The creation time of the api key.

Link copied to clipboard
val key: String

The Api key.