INPUT_OBJECT

GroupCreateInput

link GraphQL Schema definition

  • input GroupCreateInput {
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • name: String!
  • description: String
  • # Group mode, valid values are DEFAULT (match any, used by all group types),
  • # MATCHALL (used by LDAPUSERGROUP, LDAPHOSTGROUP, and RADIUSUSERGROUP), EXISTS
  • # used by LDAPHOSTGROUP)
  • mode: ModeInput
  • # Group type, valid values are MAC, IP, HOSTNAME, LDAPHOSTGROUP, USERNAME,
  • # LDAPUSERGROUP, RADIUSUSERGROUP, DEVICETYPE, LOCATION, TIMEOFWEEK
  • type: TypeInput
  • }