AssociatedResourceCollection

class oci.data_safe.models.AssociatedResourceCollection(**kwargs)

Bases: object

The details of associated resources of an attribute set.

Methods

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

Attributes

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

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

Parameters:items (list[oci.data_safe.models.AssociatedResourceSummary]) – The value to assign to the items property of this AssociatedResourceCollection.
items

[Required] Gets the items of this AssociatedResourceCollection. Array of associated resources.

Returns:The items of this AssociatedResourceCollection.
Return type:list[oci.data_safe.models.AssociatedResourceSummary]