Show / Hide Table of Contents

Class CandidateResponderRule

Information for a responder rule that can be used to remediate a problem triggered by specific detector rule.

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

Properties

DisplayName

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

The display name of the responder rule

Id

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

The unique identifier of the responder rule

IsPreferred

Declaration
[JsonProperty(PropertyName = "isPreferred")]
public bool? IsPreferred { get; set; }
Property Value
Type Description
bool?

Is this the preferred state?

In this article
Back to top