Variable SelfServiceProfileSsoTicketDomainVerificationEnumConst
SelfServiceProfileSsoTicketDomainVerificationEnum: {
None: "none";
Optional: "optional";
Required: "required";
} = ...
Type Declaration
ReadonlyNone: "none"
ReadonlyOptional: "optional"
ReadonlyRequired: "required"
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'.