Table of Contents

Class UsersExportsJobField

Namespace
Auth0.ManagementApi.Models
Assembly
Auth0.ManagementApi.dll

Contains details of a field to be included in the users exports job

public class UsersExportsJobField
Inheritance
UsersExportsJobField
Inherited Members

Properties

ExportAs

Export the field using a different name as the one defined in the profile.

[JsonProperty("export_as")]
public string ExportAs { get; set; }

Property Value

string

Name

Name of the field in the profile.

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string