TargetDetectorRecipeCollection¶
-
class
oci.cloud_guard.models.
TargetDetectorRecipeCollection
(**kwargs)¶ Bases:
object
Collection of target detector recipe summaries.
Methods
__init__
(**kwargs)Initializes a new TargetDetectorRecipeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TargetDetectorRecipeCollection. locks
Gets the locks of this TargetDetectorRecipeCollection. -
__init__
(**kwargs)¶ Initializes a new TargetDetectorRecipeCollection 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.TargetDetectorRecipeSummary]) – The value to assign to the items property of this TargetDetectorRecipeCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this TargetDetectorRecipeCollection.
-
items
¶ [Required] Gets the items of this TargetDetectorRecipeCollection. List of TargetDetectorRecipeSummary resources
Returns: The items of this TargetDetectorRecipeCollection. Return type: list[oci.cloud_guard.models.TargetDetectorRecipeSummary]
-
locks
¶ Gets the locks of this TargetDetectorRecipeCollection. Locks associated with this resource.
Returns: The locks of this TargetDetectorRecipeCollection. Return type: list[oci.cloud_guard.models.ResourceLock]
-