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
ExternalUrl
[JsonPropertyName("external_url")]
public ClientAddonSharePointExternalUrl? ExternalUrl { get; set; }
Property Value
Url
Internal SharePoint application URL.
[JsonPropertyName("url")]
public string? Url { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.