Chronicle v1 API - Class Severity (1.0.0-beta01)

public sealed class Severity : IMessage<Severity>, IEquatable<Severity>, IDeepCloneable<Severity>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class Severity.

Severity represents the severity level of the rule.

Inheritance

object > Severity

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

Severity()

public Severity()

Severity(Severity)

public Severity(Severity other)
Parameter
Name Description
other Severity

Properties

DisplayName

public string DisplayName { get; set; }

The display name of the severity level. Extracted from the meta section of the rule text.

Property Value
Type Description
string