ListWorkspaceKeysResult

data class ListWorkspaceKeysResult(val apiKeyEnabled: Boolean? = null, val primaryConnectionString: String, val primaryKey: ApiKeyResponse? = null, val secondaryConnectionString: String, val secondaryKey: ApiKeyResponse? = null)

Result of list Api keys and connection strings.

Constructors

Link copied to clipboard
constructor(apiKeyEnabled: Boolean? = null, primaryConnectionString: String, primaryKey: ApiKeyResponse? = null, secondaryConnectionString: String, secondaryKey: ApiKeyResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val apiKeyEnabled: Boolean? = null

Indicator of enablement of the Quantum workspace Api keys.

Link copied to clipboard

The connection string of the primary api key.

Link copied to clipboard

The quantum workspace primary api key.

Link copied to clipboard

The connection string of the secondary api key.

Link copied to clipboard

The quantum workspace secondary api key.