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

[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]