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
ChangeEmail
[JsonPropertyName("change_email")]
public string? ChangeEmail { get; set; }
Property Value
ChangePassword
[JsonPropertyName("change_password")]
public string? ChangePassword { get; set; }
Property Value
ChangePhoneNumber
[JsonPropertyName("change_phone_number")]
public string? ChangePhoneNumber { get; set; }
Property Value
ChangeUsername
[JsonPropertyName("change_username")]
public string? ChangeUsername { get; set; }
Property Value
Create
[JsonPropertyName("create")]
public string? Create { get; set; }
Property Value
Delete
[JsonPropertyName("delete")]
public string? Delete { get; set; }
Property Value
GetUser
[JsonPropertyName("get_user")]
public string? GetUser { get; set; }
Property Value
Login
[JsonPropertyName("login")]
public string? Login { get; set; }
Property Value
Verify
[JsonPropertyName("verify")]
public string? Verify { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.