summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/tenant_migration_donor_cmds.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/commands/tenant_migration_donor_cmds.idl')
-rw-r--r--src/mongo/db/commands/tenant_migration_donor_cmds.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mongo/db/commands/tenant_migration_donor_cmds.idl b/src/mongo/db/commands/tenant_migration_donor_cmds.idl
index c26b4848b26..ed211a408a4 100644
--- a/src/mongo/db/commands/tenant_migration_donor_cmds.idl
+++ b/src/mongo/db/commands/tenant_migration_donor_cmds.idl
@@ -74,6 +74,16 @@ commands:
readPreference:
description: "The read preference settings that the donor will pass on to the recipient."
type: readPreference
+ donorCertificateForRecipient:
+ description: >-
+ The SSL certificate and private key that the donor should use to authenticate to the
+ recipient.
+ type: TenantMigrationPEMPayload
+ recipientCertificateForDonor:
+ description: >-
+ The SSL certificate and private key that the recipient should use to authenticate to the
+ donor.
+ type: TenantMigrationPEMPayload
donorForgetMigration:
description: "Parser for the 'donorForgetMigration' command."