DataMaskRuleCollection

class oci.cloud_guard.models.DataMaskRuleCollection(**kwargs)

Bases: object

Collection of data mask rules.

Methods

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

Attributes

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

Initializes a new DataMaskRuleCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
items

[Required] Gets the items of this DataMaskRuleCollection. List of DataMaskRuleSummary resources

Returns:The items of this DataMaskRuleCollection.
Return type:list[oci.cloud_guard.models.DataMaskRuleSummary]
locks

Gets the locks of this DataMaskRuleCollection. Locks associated with this resource.

Returns:The locks of this DataMaskRuleCollection.
Return type:list[oci.cloud_guard.models.ResourceLock]