Table of Contents

Class OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy

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

Sentry Group Policy for the Organization

[DataContract]
public class OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy
Inheritance
OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy
Inherited Members

Constructors

OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy()

public OrganizationSmSentryPoliciesAssignmentsUpdateRequestPolicy()

Properties

GroupPolicyId

The Group Policy Id

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

Property Value

string

PolicyId

The Sentry Policy Id, if updating an existing Sentry Policy

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

Property Value

string

Scope

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

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

Property Value

string

SmNetworkId

The Id of the Systems Manager Network

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

Property Value

string

Tags

The tags for the Sentry Policy

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

Property Value

List<string>