Table of Contents

Class OrganizationNacAuthorizationPolicySetRule

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

Rule associated to an authorization policy set

[DataContract]
public class OrganizationNacAuthorizationPolicySetRule
Inheritance
OrganizationNacAuthorizationPolicySetRule
Inherited Members

Constructors

OrganizationNacAuthorizationPolicySetRule()

public OrganizationNacAuthorizationPolicySetRule()

Properties

AuthorizationProfile

Authorization profile associated with the rule

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "authorizationProfile")]
public OrganizationNacAuthorizationPolicySetRuleAuthorizationProfile AuthorizationProfile { get; set; }

Property Value

OrganizationNacAuthorizationPolicySetRuleAuthorizationProfile

Counts

Counts

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "counts")]
public OrganizationNacAuthorizationPolicySetRuleCounts Counts { get; set; }

Property Value

OrganizationNacAuthorizationPolicySetRuleCounts

Enabled

Enabled status of a rule

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

Property Value

bool

Name

Name of a rule

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

Rank

Rank of the rule

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "rank")]
public int Rank { get; set; }

Property Value

int

RuleId

ID of the rule

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

Property Value

string