List Workspace Keys Result
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)
Properties
Link copied to clipboard
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.