Skip to content

Commit 9b9b3e1

Browse files
1 parent a2da1e1 commit 9b9b3e1

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

openapi/v2/openapi-2025-03-12.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32902,6 +32902,24 @@
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",
@@ -47616,6 +47634,14 @@
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
}

0 commit comments

Comments
 (0)