Table of Contents

Class SelfRegistration

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

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

string

Enabled

Enabled

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "enabled")]
public bool? Enabled { get; set; }

Property Value

bool?