Table of Contents

Class AllowedUrlPatterns

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

Settings for allowed URL patterns

[DataContract]
public class AllowedUrlPatterns
Inheritance
AllowedUrlPatterns
Inherited Members

Properties

Patterns

URL patterns to allow

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "patterns")]
public List<string> Patterns { get; set; }

Property Value

List<string>

Settings

Gets or Sets Settings

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "settings")]
public UrlSetting Settings { get; set; }

Property Value

UrlSetting