Class ClientAddonSpringCm
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
SpringCM SSO configuration.
[Serializable]
public record ClientAddonSpringCm : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<ClientAddonSpringCm>
- Inheritance
-
ClientAddonSpringCm
- Implements
- Inherited Members
- Extension Methods
Properties
Acsurl
SpringCM ACS URL, e.g. https://na11.springcm.com/atlas/sso/SSOEndpoint.ashx.
[JsonPropertyName("acsurl")]
public string? Acsurl { get; set; }
Property Value
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { 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.