ListKeysResult interface

Result of list Api keys and connection strings.

Properties

apiKeyEnabled

Indicator of enablement of the Quantum workspace Api keys.

primaryConnectionString

The connection string of the primary api key. NOTE: This property will not be serialized. It can only be populated by the server.

primaryKey

The quantum workspace primary api key.

secondaryConnectionString

The connection string of the secondary api key. NOTE: This property will not be serialized. It can only be populated by the server.

secondaryKey

The quantum workspace secondary api key.

Property Details

apiKeyEnabled

Indicator of enablement of the Quantum workspace Api keys.

apiKeyEnabled?: boolean

Property Value

boolean

primaryConnectionString

The connection string of the primary api key. NOTE: This property will not be serialized. It can only be populated by the server.

primaryConnectionString?: string

Property Value

string

primaryKey

The quantum workspace primary api key.

primaryKey?: ApiKey

Property Value

secondaryConnectionString

The connection string of the secondary api key. NOTE: This property will not be serialized. It can only be populated by the server.

secondaryConnectionString?: string

Property Value

string

secondaryKey

The quantum workspace secondary api key.

secondaryKey?: ApiKey

Property Value