Table of Contents

Class ClientAddonZendesk

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Zendesk SSO configuration.

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

Properties

AccountName

Zendesk account name usually first segment in your Zendesk URL. e.g. https://acme-org.zendesk.com would be acme-org.

[JsonPropertyName("accountName")]
public string? AccountName { get; set; }

Property Value

string

AdditionalProperties

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

Property Value

AdditionalProperties

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.