SensitiveTypesExportCollection

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

Bases: object

A collection of sensitive types export summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this SensitiveTypesExportCollection. An array of sensitive types export summary objects.

Returns:The items of this SensitiveTypesExportCollection.
Return type:list[oci.data_safe.models.SensitiveTypesExportSummary]