Table of Contents

Class ClientAddonZoom

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

Zoom SSO configuration.

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

Properties

Account

Zoom account name usually first segment of your Zoom URL, e.g. https://acme-org.zoom.us would be acme-org.

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