-
Notifications
You must be signed in to change notification settings - Fork 937
user_import importentry properties otp_secret
GitHub Action edited this page Jan 8, 2025
·
3 revisions
v1.3.2
object
(Details)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
secret | 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 |
Secret of the TOTP credential. TOTP credential must be generated for a period of 30 seconds and SHA1 hash algorithm.
secret
-
is required
-
cannot be null
string
CreatedAt optional timestamp when the otp secret was created. Will be set to the import date if not provided.
created_at
-
is optional
-
cannot be null
-
format: date-time
string
date time: the string must be a date time string, according to RFC 3339, section 5.6
UpdatedAt optional timestamp of the last update to the otp secret. Will be set to the import date if not provided.
updated_at
-
is optional
-
cannot be null
-
format: date-time
string
date time: the string must be a date time string, according to RFC 3339, section 5.6