Show / Hide Table of Contents

Class ExecuteResponderExecutionDetails

The configuration details for a responder rule execution.

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

Properties

Configurations

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

List of responder rule configurations

In this article
Back to top