Table of Contents

Class ClientAddonEgnyte

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Egnyte SSO configuration.

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

Domain

Your custom domain found in your Egnyte URL. e.g. https://acme-org.egnyte.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.