Class CandidateResponderRule
Information for a responder rule that can be used to remediate a problem triggered by specific detector rule.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class CandidateResponderRuleProperties
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? |