INPUT_OBJECT

NacRuleCreateInput

link GraphQL Schema definition

  • input NacRuleCreateInput {
  • # Invert Device Type Group
  • invertDeviceTypeGroup: Boolean
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • # Rule End-System Group Value
  • endSystemGroup: String
  • # Invert User Group
  • invertUserGroup: Boolean
  • # Invert End-System Group
  • invertEndSystemGroup: Boolean
  • # Rule Description
  • description: String
  • # Rule Location Group Value
  • locationGroup: String
  • # Invert Location Group
  • invertLocationGroup: Boolean
  • # Rule Device Type Group Value
  • deviceTypeGroup: String
  • # Invert Authentication Method
  • invertAuthenticationMethod: Boolean
  • # Rule Portal Configuration
  • portalConfiguration: String
  • # Rule Zone Name
  • zone: String
  • # NAC Profile Name
  • nacProfile: String!
  • # Rule Time Group Value
  • timeGroup: String
  • # Rule Name to create
  • ruleName: String!
  • # Rule Enabled
  • enabled: Boolean
  • # Name of NAC Configuration
  • nacConfigName: String!
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # Rule Authentication Method Value
  • authenticationMethod: String
  • # Rule User Group Value
  • userGroup: String
  • # Insert Before Rule Name
  • insertBeforeRuleName: String!
  • # Rule Group Label
  • groupLabel: String
  • # Invert Time Group
  • invertTimeGroup: Boolean
  • }