Show / Hide Table of Contents

Class AttachTargetResponderRecipeDetails

Identifier for an existing detector recipe to use to create a new detector recipe (TargetDetectorRecipe resource) to be attached to a target.

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

Properties

ResponderRecipeId

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

Unique identifier for existing responder recipe

Remarks

Required

In this article
Back to top