SightingImpactedResourceCollection

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

Bases: object

Collection of sighting impacted resource summaries.

Methods

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

Attributes

items [Required] Gets the items of this SightingImpactedResourceCollection.
locks Gets the locks of this SightingImpactedResourceCollection.
__init__(**kwargs)

Initializes a new SightingImpactedResourceCollection 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 SightingImpactedResourceCollection. List of SightingImpactedResourceSummary resources

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

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

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