SecurityFeatureCollection

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

Bases: object

Collection of database security feature summary.

Methods

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

Attributes

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

Initializes a new SecurityFeatureCollection 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.SecurityFeatureSummary]) – The value to assign to the items property of this SecurityFeatureCollection.
items

[Required] Gets the items of this SecurityFeatureCollection. Array of database security feature summary.

Returns:The items of this SecurityFeatureCollection.
Return type:list[oci.data_safe.models.SecurityFeatureSummary]