Table of Contents

Class OrganizationSmSentryPoliciesAssignmentsResponse

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

Organization Sm Sentry Policies Assignments Response

[DataContract]
public class OrganizationSmSentryPoliciesAssignmentsResponse
Inheritance
OrganizationSmSentryPoliciesAssignmentsResponse
Inherited Members

Constructors

OrganizationSmSentryPoliciesAssignmentsResponse()

public OrganizationSmSentryPoliciesAssignmentsResponse()

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>