ListKeysResult interface
Result of list Api keys and connection strings.
Properties
api |
Indicator of enablement of the Quantum workspace Api keys. |
primary |
The connection string of the primary api key. NOTE: This property will not be serialized. It can only be populated by the server. |
primary |
The quantum workspace primary api key. |
secondary |
The connection string of the secondary api key. NOTE: This property will not be serialized. It can only be populated by the server. |
secondary |
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
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
Azure SDK for JavaScript