mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Add Always Encrypted enclave connection parameters to the ADS UI (#9062)
* Add Always Encrypted enclave connection parameters to Advanced Connections Options dialog. * Update always encrypted advanced connection options strings. * Change enclave protocol category name properties to the Enum constants.
This commit is contained in:
@@ -698,6 +698,43 @@
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
"name": "attestationProtocol",
|
||||
"displayName": "%mssql.connectionOptions.enclaveAttestationProtocol.displayName%",
|
||||
"description": "%mssql.connectionOptions.enclaveAttestationProtocol.description%",
|
||||
"groupName": "Security",
|
||||
"valueType": "category",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
"categoryValues": [
|
||||
{
|
||||
"displayName": "%mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.HGS%",
|
||||
"name": "HGS"
|
||||
},
|
||||
{
|
||||
"displayName": "%mssql.connectionOptions.enclaveAttestationProtocol.categoryValues.AAS%",
|
||||
"name": "AAS"
|
||||
}
|
||||
],
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
"name": "enclaveAttestationUrl",
|
||||
"displayName": "%mssql.connectionOptions.enclaveAttestationUrl.displayName%",
|
||||
"description": "%mssql.connectionOptions.enclaveAttestationUrl.description%",
|
||||
"groupName": "Security",
|
||||
"valueType": "string",
|
||||
"defaultValue": null,
|
||||
"objectType": null,
|
||||
"categoryValues": null,
|
||||
"isRequired": false,
|
||||
"isArray": false
|
||||
},
|
||||
{
|
||||
"specialValueType": null,
|
||||
"isIdentity": false,
|
||||
|
||||
Reference in New Issue
Block a user