SensitiveColumnCollection

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

Bases: object

A collection of sensitive column summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this SensitiveColumnCollection. An array of sensitive column summary objects.

Returns:The items of this SensitiveColumnCollection.
Return type:list[oci.data_safe.models.SensitiveColumnSummary]