The Backend AllowlistIdentifier
object
The Backend AllowlistIdentifier
object represents an identifier that has been added to the allowlist of your application. The Backend AllowlistIdentifier
object is used in the Backend API and is not directly accessible from the Frontend API.
Properties
- Name
id
- Type
string
- Description
A unique ID for the allowlist identifier.
- Name
identifier
- Type
string
- Description
The identifier that was added to the allowlist.
- Name
createdAt
- Type
number
- Description
Date when the allowlist identifier was first created.
- Name
updatedAt
- Type
number
- Description
Date of the last time the allowlist identifier was updated.
- Name
invitationId?
- Type
string
- Description
The ID of the invitation sent to the identifier.
Feedback
Last updated on