Table of Contents

Class ClientAddonSharePoint

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll

SharePoint SSO configuration.

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

Properties

AdditionalProperties

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

Property Value

AdditionalProperties

ExternalUrl

[JsonPropertyName("external_url")]
public ClientAddonSharePointExternalUrl? ExternalUrl { get; set; }

Property Value

ClientAddonSharePointExternalUrl

Url

Internal SharePoint application URL.

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