Class StatusPageAuthentication
Authentication
[DataContract]
public class StatusPageAuthentication
- Inheritance
-
StatusPageAuthentication
- Inherited Members
Constructors
StatusPageAuthentication()
public StatusPageAuthentication()
Properties
Enabled
Enabled?
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?
Password
A password used for Local Status Page(s). Set this null to clear the password.
[ApiAccess(ApiAccess.Update)]
[DataMember(Name = "password")]
public string? Password { get; set; }
Property Value
PasswordSet
Undocumented - Assumed to indicate whether a password has been set. Read-only.
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "passwordSet")]
public bool? PasswordSet { get; set; }
Property Value
- bool?
Username
Username
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "username")]
public string Username { get; set; }