Show / Hide Table of Contents

Class Violation

Violation

Inheritance
object
Violation
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class Violation

Properties

Indexes

Declaration
[JsonProperty(PropertyName = "indexes")]
public List<Indexes> Indexes { get; set; }
Property Value
Type Description
List<Indexes>

The indices associated with regular expression violations.

RuleDescription

Declaration
[JsonProperty(PropertyName = "ruleDescription")]
public string RuleDescription { get; set; }
Property Value
Type Description
string

The rule description.

RuleName

Declaration
[JsonProperty(PropertyName = "ruleName")]
public string RuleName { get; set; }
Property Value
Type Description
string

The rule name.

RuleRemediation

Declaration
[JsonProperty(PropertyName = "ruleRemediation")]
public string RuleRemediation { get; set; }
Property Value
Type Description
string

The rule remediation.

RuleType

Declaration
[JsonProperty(PropertyName = "ruleType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public Violation.RuleTypeEnum? RuleType { get; set; }
Property Value
Type Description
Violation.RuleTypeEnum?

The rule type. Either WARN or ERROR.

In this article
Back to top