Class SelfServiceProfileSsoTicketEnabledFeatures
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Specifies which features are enabled for an "edit connection" ticket. Only applicable when connection ID is provided.
[Serializable]
public record SelfServiceProfileSsoTicketEnabledFeatures : IJsonOnDeserialized, IEquatable<SelfServiceProfileSsoTicketEnabledFeatures>
- Inheritance
-
SelfServiceProfileSsoTicketEnabledFeatures
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
DomainVerification
Whether domain verification is enabled in this ticket.
[JsonPropertyName("domain_verification")]
public bool? DomainVerification { get; set; }
Property Value
- bool?
Provisioning
Whether provisioning configuration is enabled in this ticket.
[JsonPropertyName("provisioning")]
public bool? Provisioning { get; set; }
Property Value
- bool?
Sso
Whether SSO configuration is enabled in this ticket.
[JsonPropertyName("sso")]
public bool? Sso { get; set; }
Property Value
- bool?
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.