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