Class SelfRegistration
Splash Settings Self Registration
[DataContract]
public class SelfRegistration
- Inheritance
-
SelfRegistration
- Inherited Members
Properties
AuthorizationType
Authorization Type
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "authorizationType")]
public string? AuthorizationType { get; set; }
Property Value
Enabled
Enabled
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?