INPUT_OBJECT
GroupCreateInput
link GraphQL Schema definition
- input GroupCreateInput {
- : String!
- #   Unique identifier optionally passed into input object of any query/mutation 
- #   call, returned in the corresponding response output.
- : 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)
- : ModeInput
- : String
- #   DEPRECATED - Replaced by operationId. NBI responses will not return this value 
- #   anymore.
- : String
- #   Group type, valid values are MAC, IP, HOSTNAME, LDAPHOSTGROUP, USERNAME, 
- #   LDAPUSERGROUP, RADIUSUSERGROUP, DEVICETYPE, LOCATION, TIMEOFWEEK
- : TypeInput
- }