Document representing the credentials of a customer.
Property | Type | Constraints | Description |
---|---|---|---|
enabled |
Boolean | A flag indicating whether the customer is enabled and can log. | |
locked |
Boolean | A flag indicating whether the customer account is locked. | |
login |
String | mandatory=true, maxLength=256, nullable=false | The login of the customer. |
password_question |
String | maxLength=256 | The password question. |