INPUT_OBJECT
AssignSlaToMongoDbCollectionInput
Description
Input for assigning SLA to MongoDB collections.
link GraphQL Schema definition
- input AssignSlaToMongoDbCollectionInput {
- # Required. The assign SLA Domain request object containing IDs of the collection
- # objects and the SLA Domain ID.
- : MongoCollectionAssignSlaConfigInput!
- # Required. User note to associate with audits.
- : String
- }