Class DomainAliasesConfig
- Namespace
- Auth0.ManagementApi.Models.SelfServiceProfiles
- Assembly
- Auth0.ManagementApi.dll
Configuration for the setup of the connection’s domain_aliases in the self-service SSO flow.
public class DomainAliasesConfig
- Inheritance
-
DomainAliasesConfig
- Inherited Members
Properties
DomainVerification
Whether the end user should complete the domain verification step. Possible values are None (the step is not shown to the user), Optional (the user may add a domain alias in the domain verification step) or Required (the user must add a domain alias in order to enable the connection). Defaults to None.
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("domain_verification")]
public DomainVerification DomainVerification { get; set; }