Table of Contents

Class CreateImportUsersResponseContent

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

ConnectionId

connection_id of the connection to which users will be imported.

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

Property Value

string

CreatedAt

When this job was created.

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

Property Value

string

ExternalId

Customer-defined ID.

[JsonPropertyName("external_id")]
public string? ExternalId { get; set; }

Property Value

string

Id

ID of this job.

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

Property Value

string

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.