Skip to content

user_import importentry properties otp_secret

GitHub Action edited this page Jan 8, 2025 · 3 revisions

Version

v1.3.2

otp_secret Type

object (Details)

otp_secret Properties

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

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

secret Type

string

created_at

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

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 otp secret. 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