Table of Contents

Class OrganizationAdaptivePolicyOverviewCounts

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[DataContract]
public class OrganizationAdaptivePolicyOverviewCounts
Inheritance
OrganizationAdaptivePolicyOverviewCounts
Inherited Members

Properties

AllowPolicies

Allow policies

[DataMember(Name = "allowPolicies")]
public int AllowPolicies { get; set; }

Property Value

int

CustomAcls

Custom ACLs

[DataMember(Name = "customAcls")]
public int CustomAcls { get; set; }

Property Value

int

DenyPolicies

Deny policies

[DataMember(Name = "denyPolicies")]
public int DenyPolicies { get; set; }

Property Value

int

Groups

Groups

[DataMember(Name = "groups")]
public int Groups { get; set; }

Property Value

int

Policies

Policies

[DataMember(Name = "policies")]
public int Policies { get; set; }

Property Value

int