SensitiveDataModelSensitiveTypeCollection

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

Bases: object

A collection of sensitive types summary objects present in a sensitive data model.

Methods

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

Attributes

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

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

[Required] Gets the items of this SensitiveDataModelSensitiveTypeCollection. An array of sensitive types summary objects present in a sensitive data model.

Returns:The items of this SensitiveDataModelSensitiveTypeCollection.
Return type:list[oci.data_safe.models.SensitiveDataModelSensitiveTypeSummary]