INPUT_OBJECT
NacRuleCreateInput
link GraphQL Schema definition
- input NacRuleCreateInput {
- # Invert Device Type Group
- Boolean :
- # DEPRECATED - Replaced by operationId. NBI responses will not return this value
- # anymore.
- String :
- # Rule End-System Group Value
- String :
- # Invert User Group
- Boolean :
- # Invert End-System Group
- Boolean :
- # Rule Description
- String :
- # Rule Location Group Value
- String :
- # Invert Location Group
- Boolean :
- # Rule Device Type Group Value
- String :
- # Invert Authentication Method
- Boolean :
- # Rule Portal Configuration
- String :
- # Rule Zone Name
- String :
- # NAC Profile Name
- String! :
- # Rule Time Group Value
- String :
- # Rule Name to create
- String! :
- # Rule Enabled
- Boolean :
- # Name of NAC Configuration
- String! :
- # Unique identifier optionally passed into input object of any query/mutation
- # call, returned in the corresponding response output.
- String :
- # Rule Authentication Method Value
- String :
- # Rule User Group Value
- String :
- # Insert Before Rule Name
- String! :
- # Rule Group Label
- String :
- # Invert Time Group
- Boolean :
- }