INPUT_OBJECT
RegisteredDeviceInput
link GraphQL Schema definition
- input RegisteredDeviceInput {
- # Set a registration group for this device (normally set based on user
- String :
- String! :
- # Set a registration time with a long value in milleseconds
- Date :
- String! :
- String :
- # 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 :
- Long :
- String :
- # Default sponser email, use for setting up sponsor
- String :
- String! :
- String :
- # Set a state: PENDING, APPROVED, DENIED, SUSPENDED, or ANY. Default is PENDING.
- StateInput :
- # Access Control engine IP, use for setting up sponsor
- String :
- }