INPUT_OBJECT

UpdateOracleDataGuardGroupInput

link GraphQL Schema definition

  • input UpdateOracleDataGuardGroupInput {
  • # Required. ID assigned to an Oracle Data Guard group object.
  • id: String!
  • # Required. Properties to use for the update of an Oracle Data Guard group object.
  • updateProperties: OracleDataGuardGroupUpdateInput!
  • }

link Require by