Class AllowedRule
WhitelistedRule
[DataContract]
public class AllowedRule
- Inheritance
-
AllowedRule
- Inherited Members
Properties
Message
Message is optional and is ignored on a PUT call. It is allowed in order for PUT to be compatible with GET
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "message")]
public string Message { get; set; }
Property Value
RuleId
A rule identifier in the format: meraki:intrusion/snort/GID/<gid>/SID/<sid>. GID and SID can be found at https://www.snort.org/rule-docs or in security events at /organization/[orgId]/securityEvents.
[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "ruleId")]
public string RuleId { get; set; }