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.
- String :
- # DEPRECATED - Replaced by operationId. NBI responses will not return this value
- # anymore.
- String :
- # Enforce to the specified domain. Name can differ than the 'open' domain for a
- # client.
- String! :
- # Optionally specify subset of device IDs to enforce to. Omit to enforce to all
- # devices in domain.
- Long] : [
- }