Back to Node Auth0

Interface GetGuardianEnrollmentResponseContent

docs/interfaces/management.Management.GetGuardianEnrollmentResponseContent.html

5.9.11.6 KB
Original Source

Interface GetGuardianEnrollmentResponseContent

interface GetGuardianEnrollmentResponseContent {
id: string;
status?: Management.GuardianEnrollmentStatus;
name?: string;
identifier?: string;
phone_number?: string;
enrolled_at?: string;
last_auth?: string;
}

Index

Properties

idstatus?name?identifier?phone_number?enrolled_at?last_auth?

Properties

id

id: string

ID for this enrollment.

Optionalstatus

status?: Management.GuardianEnrollmentStatus

Optionalname

name?: string

Device name (only for push notification).

Optionalidentifier

identifier?: string

Device identifier. This is usually the phone identifier.

Optionalphone_number

phone_number?: string

Phone number.

Optionalenrolled_at

enrolled_at?: string

Optionallast_auth

last_auth?: string

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idstatusnameidentifierphone_numberenrolled_atlast_auth