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:
Jeff Trimmer
2020-02-18 15:32:49 -08:00
committed by GitHub
parent d69cda80c3
commit 5672500af2
2 changed files with 45 additions and 2 deletions

View File

@@ -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,