Table of Contents

Class ClientAddonEchoSign

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Adobe EchoSign SSO configuration.

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

Domain

Your custom domain found in your EchoSign URL. e.g. https://acme-org.echosign.com would be acme-org.

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