MaskingSchemaCollection

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

Bases: object

A collection of masking schema summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this MaskingSchemaCollection. An array of masking schema summary objects.

Returns:The items of this MaskingSchemaCollection.
Return type:list[oci.data_safe.models.MaskingSchemaSummary]