UpdateSecurityRecipeDetails¶
-
class
oci.cloud_guard.models.
UpdateSecurityRecipeDetails
(**kwargs)¶ Bases:
object
Parameters to be used to update a Security Zones security recipe.
Methods
__init__
(**kwargs)Initializes a new UpdateSecurityRecipeDetails object with values from keyword arguments. Attributes
defined_tags
Gets the defined_tags of this UpdateSecurityRecipeDetails. description
Gets the description of this UpdateSecurityRecipeDetails. display_name
[Required] Gets the display_name of this UpdateSecurityRecipeDetails. freeform_tags
Gets the freeform_tags of this UpdateSecurityRecipeDetails. security_policies
Gets the security_policies of this UpdateSecurityRecipeDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateSecurityRecipeDetails 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 UpdateSecurityRecipeDetails.
- description (str) – The value to assign to the description property of this UpdateSecurityRecipeDetails.
- security_policies (list[str]) – The value to assign to the security_policies property of this UpdateSecurityRecipeDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateSecurityRecipeDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateSecurityRecipeDetails.
Gets the defined_tags of this UpdateSecurityRecipeDetails. 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 UpdateSecurityRecipeDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateSecurityRecipeDetails. The recipe’s description
Returns: The description of this UpdateSecurityRecipeDetails. Return type: str
-
display_name
¶ [Required] Gets the display_name of this UpdateSecurityRecipeDetails. The recipe’s display name
Returns: The display_name of this UpdateSecurityRecipeDetails. Return type: str
Gets the freeform_tags of this UpdateSecurityRecipeDetails. 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 UpdateSecurityRecipeDetails. Return type: dict(str, str)
-
security_policies
¶ Gets the security_policies of this UpdateSecurityRecipeDetails. The list of security policy IDs to include in the recipe
Returns: The security_policies of this UpdateSecurityRecipeDetails. Return type: list[str]
-