INPUT_OBJECT
PatchMongoSourceInput
Description
Input for patching a MongoDB source.
link GraphQL Schema definition
- input PatchMongoSourceInput {
- #   Required. ID of the MongoDB source.
- : String!
- #   Required. The request object containing parameters like username, password, 
- #   which are to be edited for a MongoDB source on the Rubrik cluster.
- : MongoSourcePatchRequestConfigInput!
- }