File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 3290232902 },
3290332903 "ApiSearchDeploymentResponseView": {
3290432904 "properties": {
32905+ "encryptionAtRestProvider": {
32906+ "description": "Cloud service provider that manages your customer keys to provide an additional layer of Encryption At Rest for the cluster.",
32907+ "enum": [
32908+ "NONE",
32909+ "AWS",
32910+ "AZURE",
32911+ "GCP"
32912+ ],
32913+ "externalDocs": {
32914+ "description": "Encryption at Rest using Customer Key Management",
32915+ "url": "https://www.mongodb.com/docs/atlas/security-kms-encryption/"
32916+ },
32917+ "readOnly": true,
32918+ "type": "string",
32919+ "x-xgen-hidden-env": {
32920+ "envs": "qa,prod,stage"
32921+ }
32922+ },
3290532923 "groupId": {
3290632924 "description": "Unique 24-hexadecimal character string that identifies the project.",
3290732925 "example": "32b6e34b3d91647abb20e7b8",
4761647634 "azureKeyVault": {
4761747635 "$ref": "#/components/schemas/AzureKeyVault"
4761847636 },
47637+ "enabledForSearchNodes": {
47638+ "description": "Flag that indicates whether Encryption at Rest for Dedicated Search Nodes is enabled in the specified project.",
47639+ "nullable": true,
47640+ "type": "boolean",
47641+ "x-xgen-hidden-env": {
47642+ "envs": "qa,prod,stage"
47643+ }
47644+ },
4761947645 "googleCloudKms": {
4762047646 "$ref": "#/components/schemas/GoogleCloudKMS"
4762147647 }
You can’t perform that action at this time.
0 commit comments