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