MaskingPolicyReferentialRelationCollection

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

Bases: object

A collection of referential relation summary objects.

Methods

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

Attributes

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

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

[Required] Gets the items of this MaskingPolicyReferentialRelationCollection. An array of referential relation summary objects.

Returns:The items of this MaskingPolicyReferentialRelationCollection.
Return type:list[oci.data_safe.models.MaskingPolicyReferentialRelationSummary]