Class CreateTargetResponderRecipeDetails
Parameters to be used to create a new target responder recipe (TargetDetectorRecipe resource).
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class CreateTargetResponderRecipeDetails
Properties
ResponderRecipeId
Declaration
[Required(ErrorMessage = "ResponderRecipeId is required.")]
[JsonProperty(PropertyName = "responderRecipeId")]
public string ResponderRecipeId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique identifier for responder recipe |
Remarks
Required
ResponderRules
Declaration
[JsonProperty(PropertyName = "responderRules")]
public List<UpdateTargetRecipeResponderRuleDetails> ResponderRules { get; set; }
Property Value
Type | Description |
---|---|
List<UpdateTargetRecipeResponderRuleDetails> | List of overrides to be applied to responder rules associated with the target |