SensitiveTypeGroupCollection¶
-
class
oci.data_safe.models.SensitiveTypeGroupCollection(**kwargs)¶ Bases:
objectA collection of sensitive type group summary objects.
Methods
__init__(**kwargs)Initializes a new SensitiveTypeGroupCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this SensitiveTypeGroupCollection. -
__init__(**kwargs)¶ Initializes a new SensitiveTypeGroupCollection 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.SensitiveTypeGroupSummary]) – The value to assign to the items property of this SensitiveTypeGroupCollection.
-
items¶ [Required] Gets the items of this SensitiveTypeGroupCollection. An array of sensitive type group summary objects.
Returns: The items of this SensitiveTypeGroupCollection. Return type: list[oci.data_safe.models.SensitiveTypeGroupSummary]
-