TargetResponderRecipe¶
-
class
oci.cloud_guard.models.
TargetResponderRecipe
(**kwargs)¶ Bases:
object
Details of Target ResponderRecipe
Attributes
OWNER_CUSTOMER
A constant which can be used with the owner property of a TargetResponderRecipe. OWNER_ORACLE
A constant which can be used with the owner property of a TargetResponderRecipe. compartment_id
[Required] Gets the compartment_id of this TargetResponderRecipe. description
[Required] Gets the description of this TargetResponderRecipe. display_name
[Required] Gets the display_name of this TargetResponderRecipe. effective_responder_rules
Gets the effective_responder_rules of this TargetResponderRecipe. id
[Required] Gets the id of this TargetResponderRecipe. owner
[Required] Gets the owner of this TargetResponderRecipe. responder_recipe_id
[Required] Gets the responder_recipe_id of this TargetResponderRecipe. responder_rules
Gets the responder_rules of this TargetResponderRecipe. time_created
Gets the time_created of this TargetResponderRecipe. time_updated
Gets the time_updated of this TargetResponderRecipe. Methods
__init__
(**kwargs)Initializes a new TargetResponderRecipe object with values from keyword arguments. -
OWNER_CUSTOMER
= 'CUSTOMER'¶ A constant which can be used with the owner property of a TargetResponderRecipe. This constant has a value of “CUSTOMER”
-
OWNER_ORACLE
= 'ORACLE'¶ A constant which can be used with the owner property of a TargetResponderRecipe. This constant has a value of “ORACLE”
-
__init__
(**kwargs)¶ Initializes a new TargetResponderRecipe object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this TargetResponderRecipe.
- responder_recipe_id (str) – The value to assign to the responder_recipe_id property of this TargetResponderRecipe.
- compartment_id (str) – The value to assign to the compartment_id property of this TargetResponderRecipe.
- display_name (str) – The value to assign to the display_name property of this TargetResponderRecipe.
- description (str) – The value to assign to the description property of this TargetResponderRecipe.
- owner (str) – The value to assign to the owner property of this TargetResponderRecipe. Allowed values for this property are: “CUSTOMER”, “ORACLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- time_created (datetime) – The value to assign to the time_created property of this TargetResponderRecipe.
- time_updated (datetime) – The value to assign to the time_updated property of this TargetResponderRecipe.
- responder_rules (list[oci.cloud_guard.models.TargetResponderRecipeResponderRule]) – The value to assign to the responder_rules property of this TargetResponderRecipe.
- effective_responder_rules (list[oci.cloud_guard.models.TargetResponderRecipeResponderRule]) – The value to assign to the effective_responder_rules property of this TargetResponderRecipe.
-
compartment_id
¶ [Required] Gets the compartment_id of this TargetResponderRecipe. Compartment Identifier
Returns: The compartment_id of this TargetResponderRecipe. Return type: str
-
description
¶ [Required] Gets the description of this TargetResponderRecipe. ResponderRecipe description.
Returns: The description of this TargetResponderRecipe. Return type: str
-
display_name
¶ [Required] Gets the display_name of this TargetResponderRecipe. ResponderRecipe display name.
Returns: The display_name of this TargetResponderRecipe. Return type: str
-
effective_responder_rules
¶ Gets the effective_responder_rules of this TargetResponderRecipe. List of responder rules associated with the recipe after applying all defaults
Returns: The effective_responder_rules of this TargetResponderRecipe. Return type: list[oci.cloud_guard.models.TargetResponderRecipeResponderRule]
-
id
¶ [Required] Gets the id of this TargetResponderRecipe. Unique identifier of TargetResponderRecipe that can’t be changed after creation.
Returns: The id of this TargetResponderRecipe. Return type: str
-
owner
¶ [Required] Gets the owner of this TargetResponderRecipe. Owner of ResponderRecipe
Allowed values for this property are: “CUSTOMER”, “ORACLE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The owner of this TargetResponderRecipe. Return type: str
-
responder_recipe_id
¶ [Required] Gets the responder_recipe_id of this TargetResponderRecipe. Unique identifier for Responder Recipe of which this is an extension.
Returns: The responder_recipe_id of this TargetResponderRecipe. Return type: str
-
responder_rules
¶ Gets the responder_rules of this TargetResponderRecipe. List of responder rules associated with the recipe - user input
Returns: The responder_rules of this TargetResponderRecipe. Return type: list[oci.cloud_guard.models.TargetResponderRecipeResponderRule]
-
time_created
¶ Gets the time_created of this TargetResponderRecipe. The date and time the target responder recipe rule was created. Format defined by RFC3339.
Returns: The time_created of this TargetResponderRecipe. Return type: datetime
-
time_updated
¶ Gets the time_updated of this TargetResponderRecipe. The date and time the target responder recipe rule was updated. Format defined by RFC3339.
Returns: The time_updated of this TargetResponderRecipe. Return type: datetime
-