OBJECT

Mutation

link GraphQL Schema definition

  • type Mutation {
  • # Arguments
  • # input: [Not documented]
  • computerUpdate(input: ComputerUpdateInput!): Computer
  • # Arguments
  • # dn: [Not documented]
  • computerDelete(dn: ID!): Boolean
  • # Arguments
  • # input: [Not documented]
  • groupUpdate(input: GroupUpdateInput!): Group
  • # Arguments
  • # dn: [Not documented]
  • groupDelete(dn: ID!): Boolean
  • # Arguments
  • # input: [Not documented]
  • userUpdate(input: UserUpdateInput!): User
  • # Arguments
  • # dn: [Not documented]
  • userDelete(dn: ID!): Boolean
  • # country value in Active Directory requires you to update three different
  • # attributes at the same time: the countryCode, c and co attributes. you must
  • # update two of the values, countryCode and c, using the appropriate integral and
  • # string ISO 3166 country code values or the update will fail.
  • # - countryCode (Country-Code): ISO-3166 Integer value
  • # - c (Country-Name): ISO-3166 2-digit string value
  • # - co (Text-Country): Open string value
  • #
  • # Arguments
  • # input: [Not documented]
  • entryCountryUpdate(input: EntryCountryUpdateInput!): GeneralEntry
  • }

link Require by

This element is not required by anyone