GroupedSensitiveTypeCollection

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

Bases: object

A collection of sensitive types summary objects present in a sensitive type group.

Methods

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

Attributes

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

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

[Required] Gets the items of this GroupedSensitiveTypeCollection. List of sensitive type id summary objects present in the sensitive type group.

Returns:The items of this GroupedSensitiveTypeCollection.
Return type:list[oci.data_safe.models.GroupedSensitiveTypeSummary]