INPUT_OBJECT

EnforceDomainInput

link GraphQL Schema definition

  • input EnforceDomainInput {
  • # Unique identifier optionally passed into input object of any query/mutation
  • # call, returned in the corresponding response output.
  • operationId: String
  • # Enforce to the specified domain. Name can differ than the 'open' domain for a
  • # client.
  • name: String!
  • # Optionally specify subset of device IDs to enforce to. Omit to enforce to all
  • # devices in domain.
  • deviceIds: [Long]
  • # DEPRECATED - Replaced by operationId. NBI responses will not return this value
  • # anymore.
  • clientMutationId: String
  • }