Table of Contents

Class StatusPageAuthentication

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Authentication

[DataContract]
public class StatusPageAuthentication
Inheritance
StatusPageAuthentication
Inherited Members

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

string

Username

Username

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "username")]
public string Username { get; set; }

Property Value

string