CreateResponderRecipeDetails¶
-
class
oci.cloud_guard.models.
CreateResponderRecipeDetails
(**kwargs)¶ Bases:
object
Parameters for creating a responder recipe.
Methods
__init__
(**kwargs)Initializes a new CreateResponderRecipeDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateResponderRecipeDetails. defined_tags
Gets the defined_tags of this CreateResponderRecipeDetails. description
Gets the description of this CreateResponderRecipeDetails. display_name
[Required] Gets the display_name of this CreateResponderRecipeDetails. freeform_tags
Gets the freeform_tags of this CreateResponderRecipeDetails. responder_rules
Gets the responder_rules of this CreateResponderRecipeDetails. source_responder_recipe_id
[Required] Gets the source_responder_recipe_id of this CreateResponderRecipeDetails. -
__init__
(**kwargs)¶ Initializes a new CreateResponderRecipeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - display_name (str) – The value to assign to the display_name property of this CreateResponderRecipeDetails.
- description (str) – The value to assign to the description property of this CreateResponderRecipeDetails.
- source_responder_recipe_id (str) – The value to assign to the source_responder_recipe_id property of this CreateResponderRecipeDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreateResponderRecipeDetails.
- responder_rules (list[oci.cloud_guard.models.UpdateResponderRecipeResponderRule]) – The value to assign to the responder_rules property of this CreateResponderRecipeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateResponderRecipeDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateResponderRecipeDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateResponderRecipeDetails. Compartment OCID
Returns: The compartment_id of this CreateResponderRecipeDetails. Return type: str
Gets the defined_tags of this CreateResponderRecipeDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
Returns: The defined_tags of this CreateResponderRecipeDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this CreateResponderRecipeDetails. Responder recipe description.
Avoid entering confidential information.
Returns: The description of this CreateResponderRecipeDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this CreateResponderRecipeDetails. Responder recipe display name.
Avoid entering confidential information.
Returns: The display_name of this CreateResponderRecipeDetails. Return type: str
Gets the freeform_tags of this CreateResponderRecipeDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}
Avoid entering confidential information.
Returns: The freeform_tags of this CreateResponderRecipeDetails. Return type: dict(str, str)
-
responder_rules
¶ Gets the responder_rules of this CreateResponderRecipeDetails. List of responder rules to override from source responder recipe
Returns: The responder_rules of this CreateResponderRecipeDetails. Return type: list[oci.cloud_guard.models.UpdateResponderRecipeResponderRule]
-
source_responder_recipe_id
¶ [Required] Gets the source_responder_recipe_id of this CreateResponderRecipeDetails. The unique identifier of the source responder recipe
Returns: The source_responder_recipe_id of this CreateResponderRecipeDetails. Return type: str
-