INPUT_OBJECT
LocalUserInput
link GraphQL Schema definition
- input LocalUserInput {
- String! :
- String :
- # Unique identifier optionally passed into input object of any query/mutation
- # call, returned in the corresponding response output.
- String :
- # Password hash type, where 0 is SHA1 non-reversable, 1 is PKCS5 reversable
- Int :
- String :
- # Login password, should be hashed
- String! :
- Boolean! :
- String :
- String :
- String :
- # DEPRECATED - Replaced by operationId. NBI responses will not return this value
- # anymore.
- String :
- }