Skip to content

user_import importentry properties password

GitHub Action edited this page Dec 16, 2024 · 2 revisions

Version

v1.3.1

password Type

object (Details)

password Properties

Property Type Required Nullable Defined by
password string Required cannot be null User import
created_at string Optional cannot be null User import
updated_at string Optional cannot be null User import

password

Password hash of the password in bcrypt format.

password

  • is required

  • cannot be null

password Type

string

created_at

CreatedAt optional timestamp when the password was created. Will be set to the import date if not provided.

created_at

  • is optional

  • cannot be null

  • format: date-time

created_at Type

string

created_at Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

updated_at

UpdatedAt optional timestamp of the last update to the password. Will be set to the import date if not provided.

updated_at

  • is optional

  • cannot be null

  • format: date-time

updated_at Type

string

updated_at Constraints

date time: the string must be a date time string, according to RFC 3339, section 5.6

Clone this wiki locally