Table of Contents

Class CreateExportUsersResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record CreateExportUsersResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<CreateExportUsersResponseContent>
Inheritance
CreateExportUsersResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

ConnectionId

connection_id of the connection from which users will be exported.

[JsonPropertyName("connection_id")]
public string? ConnectionId { get; set; }

Property Value

string

CreatedAt

When this job was created.

[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }

Property Value

string

Fields

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

[JsonPropertyName("fields")]
public IEnumerable<CreateExportUsersFields>? Fields { get; set; }

Property Value

IEnumerable<CreateExportUsersFields>

Format

[JsonPropertyName("format")]
public JobFileFormatEnum? Format { get; set; }

Property Value

JobFileFormatEnum?

Id

ID of this job.

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Limit

Limit the number of records.

[JsonPropertyName("limit")]
public int? Limit { get; set; }

Property Value

int?

Status

Status of this job.

[JsonPropertyName("status")]
public required string Status { get; set; }

Property Value

string

Type

Type of job this is.

[JsonPropertyName("type")]
public required string Type { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.