OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # input: [Not documented]
- ComputerUpdateInput!): Computer ( :
- # Arguments
- # dn: [Not documented]
- ID!): Boolean ( :
- # Arguments
- # input: [Not documented]
- GroupUpdateInput!): Group ( :
- # Arguments
- # dn: [Not documented]
- ID!): Boolean ( :
- # Arguments
- # input: [Not documented]
- UserUpdateInput!): User ( :
- # Arguments
- # dn: [Not documented]
- 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]
- EntryCountryUpdateInput!): GeneralEntry ( :
- }
link Require by
This element is not required by anyone