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