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