Table of Contents

Class ConnectionCustomScripts

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

A map of scripts used to integrate with a custom database.

[Serializable]
public record ConnectionCustomScripts : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ConnectionCustomScripts>
Inheritance
ConnectionCustomScripts
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

ChangeEmail

[JsonPropertyName("change_email")]
public string? ChangeEmail { get; set; }

Property Value

string

ChangePassword

[JsonPropertyName("change_password")]
public string? ChangePassword { get; set; }

Property Value

string

ChangePhoneNumber

[JsonPropertyName("change_phone_number")]
public string? ChangePhoneNumber { get; set; }

Property Value

string

ChangeUsername

[JsonPropertyName("change_username")]
public string? ChangeUsername { get; set; }

Property Value

string

Create

[JsonPropertyName("create")]
public string? Create { get; set; }

Property Value

string

Delete

[JsonPropertyName("delete")]
public string? Delete { get; set; }

Property Value

string

GetUser

[JsonPropertyName("get_user")]
public string? GetUser { get; set; }

Property Value

string

Login

[JsonPropertyName("login")]
public string? Login { get; set; }

Property Value

string

Verify

[JsonPropertyName("verify")]
public string? Verify { 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.