Back to Node Auth0

Interface UsersEnrollment

docs/interfaces/management.Management.UsersEnrollment.html

5.9.12.3 KB
Original Source

Interface UsersEnrollment

interface UsersEnrollment {
id?: string;
status?: Management.UserEnrollmentStatusEnum;
type?: string;
name?: string;
identifier?: string;
phone_number?: string;
auth_method?: Management.UserEnrollmentAuthMethodEnum;
enrolled_at?: string;
last_auth?: string;
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

id?status?type?name?identifier?phone_number?auth_method?enrolled_at?last_auth?

Properties

Optionalid

id?: string

ID of this enrollment.

Optionalstatus

status?: Management.UserEnrollmentStatusEnum

Optionaltype

type?: string

Type of enrollment.

Optionalname

name?: string

Name of enrollment (usually phone number).

Optionalidentifier

identifier?: string

Device identifier (usually phone identifier) of this enrollment.

Optionalphone_number

phone_number?: string

Phone number for this enrollment.

Optionalauth_method

auth_method?: Management.UserEnrollmentAuthMethodEnum

Optionalenrolled_at

enrolled_at?: string

Start date and time of this enrollment.

Optionallast_auth

last_auth?: string

Last authentication date and time of this enrollment.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idstatustypenameidentifierphone_numberauth_methodenrolled_atlast_auth