SecurityRecipeCollection

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

Bases: object

Collection of Security Zones recipes (SecurityRecipeSummary resources), resulting from a security zone recipe search.

Methods

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

Attributes

defined_tags Gets the defined_tags of this SecurityRecipeCollection.
freeform_tags Gets the freeform_tags of this SecurityRecipeCollection.
items [Required] Gets the items of this SecurityRecipeCollection.
locks Gets the locks of this SecurityRecipeCollection.
system_tags Gets the system_tags of this SecurityRecipeCollection.
__init__(**kwargs)

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

Parameters:
  • items (list[oci.cloud_guard.models.SecurityRecipeSummary]) – The value to assign to the items property of this SecurityRecipeCollection.
  • locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this SecurityRecipeCollection.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SecurityRecipeCollection.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SecurityRecipeCollection.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this SecurityRecipeCollection.
defined_tags

Gets the defined_tags of this SecurityRecipeCollection. 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 SecurityRecipeCollection.
Return type:dict(str, dict(str, object))
freeform_tags

Gets the freeform_tags of this SecurityRecipeCollection. 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 SecurityRecipeCollection.
Return type:dict(str, str)
items

[Required] Gets the items of this SecurityRecipeCollection. A list of SecurityRecipeSummary resources

Returns:The items of this SecurityRecipeCollection.
Return type:list[oci.cloud_guard.models.SecurityRecipeSummary]
locks

Gets the locks of this SecurityRecipeCollection. Locks associated with this resource.

Returns:The locks of this SecurityRecipeCollection.
Return type:list[oci.cloud_guard.models.ResourceLock]
system_tags

Gets the system_tags of this SecurityRecipeCollection. System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.

Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this SecurityRecipeCollection.
Return type:dict(str, dict(str, object))