Show / Hide Table of Contents

Class TriggerResponderDetails

The responder triggering details to be pushed to responder rules.

Inheritance
object
TriggerResponderDetails
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 TriggerResponderDetails

Properties

Configurations

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

List of responder rule configurations

ResponderRuleId

Declaration
[Required(ErrorMessage = "ResponderRuleId is required.")]
[JsonProperty(PropertyName = "responderRuleId")]
public string ResponderRuleId { get; set; }
Property Value
Type Description
string

Unique identifier for the responder rule

Remarks

Required

In this article
Back to top