Table of Contents

Class Oauth

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

The OAuth settings of this SSID. Only valid if splashPage is 'Google OAuth'.

public class Oauth
Inheritance
Oauth
Inherited Members

Properties

AllowedDomains

(Optional) The list of domains allowed access to the network.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "allowedDomains")]
public List<string>? AllowedDomains { get; set; }

Property Value

List<string>