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