AttachTargetResponderRecipeDetails

class oci.cloud_guard.models.AttachTargetResponderRecipeDetails(**kwargs)

Bases: object

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

Methods

__init__(**kwargs) Initializes a new AttachTargetResponderRecipeDetails object with values from keyword arguments.

Attributes

responder_recipe_id [Required] Gets the responder_recipe_id of this AttachTargetResponderRecipeDetails.
__init__(**kwargs)

Initializes a new AttachTargetResponderRecipeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:responder_recipe_id (str) – The value to assign to the responder_recipe_id property of this AttachTargetResponderRecipeDetails.
responder_recipe_id

[Required] Gets the responder_recipe_id of this AttachTargetResponderRecipeDetails. Unique identifier for existing responder recipe

Returns:The responder_recipe_id of this AttachTargetResponderRecipeDetails.
Return type:str