Table of Contents

Class OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy

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

Sentry Group Policy

[DataContract]
public class OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy
Inheritance
OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy
Inherited Members

Constructors

OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy()

public OrganizationSmSentryPoliciesAssignmentsByNetworkPolicy()

Properties

CreatedAt

The creation time of the Sentry Policy

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

Property Value

string

GroupNumber

The number of the Group Policy

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

Property Value

string

GroupPolicyId

The Id of the Group Policy. This is associated with the network specified by the networkId.

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

Property Value

string

LastUpdatedAt

The last update time of the Sentry Policy

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

Property Value

string

NetworkId

The Id of the Network the Sentry Policy is associated with. In a locale, this should be the Wireless Group if present, otherwise the Wired Group.

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

Property Value

string

PolicyId

The Id of the Sentry Policy

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

Property Value

string

Priority

The priority of the Sentry Policy

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

Property Value

string

Scope

The scope of the Sentry Policy. enum = ["all", "none", "withAll", "withAny", "withoutAll", ...]

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

Property Value

string

SmNetworkId

The Id of the Systems Manager Network the Sentry Policy is assigned to

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

Property Value

string

Tags

The tags of the Sentry Policy

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

Property Value

List<string>