Show / Hide Table of Contents

Class CreateDetectorRecipeDetectorRuleDetails

Parameters to use to create details in a detector rule in a detector recipe.

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

Properties

Details

Declaration
[JsonProperty(PropertyName = "details")]
public CreateDetectorRuleDetails Details { get; set; }
Property Value
Type Description
CreateDetectorRuleDetails
In this article
Back to top