Table of Contents

Class OrganizationSmSentryPoliciesAssignmentsByNetworkItem

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

Sentry Group Policy for the Organization keyed by the Network or Locale Id the Policy belongs to

[DataContract]
public class OrganizationSmSentryPoliciesAssignmentsByNetworkItem
Inheritance
OrganizationSmSentryPoliciesAssignmentsByNetworkItem
Inherited Members

Constructors

OrganizationSmSentryPoliciesAssignmentsByNetworkItem()

public OrganizationSmSentryPoliciesAssignmentsByNetworkItem()

Properties

NetworkId

The Id of the Network

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

Property Value

string

Policies

Array of Sentry Group Policies for the Network

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "policies")]
public List<OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy> Policies { get; set; }

Property Value

List<OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy>