Back to Node Auth0

Interface CreateExportUsersResponseContent

docs/interfaces/management.Management.CreateExportUsersResponseContent.html

5.9.11.9 KB
Original Source

Interface CreateExportUsersResponseContent

interface CreateExportUsersResponseContent {
status: string;
type: string;
created_at?: string;
id: string;
connection_id?: string;
format?: Management.JobFileFormatEnum;
limit?: number;
fields?: CreateExportUsersFields[];
key: string: any;
}

Indexable

Accepts any additional properties

Index

Properties

statustypecreated_at?idconnection_id?format?limit?fields?

Properties

status

status: string

Status of this job.

type

type: string

Type of job this is.

Optionalcreated_at

created_at?: string

When this job was created.

id

id: string

ID of this job.

Optionalconnection_id

connection_id?: string

connection_id of the connection from which users will be exported.

Optionalformat

format?: Management.JobFileFormatEnum

Optionallimit

limit?: number

Limit the number of records.

Optionalfields

fields?: CreateExportUsersFields[]

List of fields to be included in the CSV. Defaults to a predefined set of fields.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties statustypecreated_atidconnection_idformatlimitfields