SensitiveTypeCollection

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

Bases: object

A collection of sensitive type summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this SensitiveTypeCollection. An array of sensitive type summary objects.

Returns:The items of this SensitiveTypeCollection.
Return type:list[oci.data_safe.models.SensitiveTypeSummary]