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 (list[oci.cloud_guard.models.DataMaskRuleSummary]) – The value to assign to the items property of this DataMaskRuleCollection.
- locks (list[oci.cloud_guard.models.ResourceLock]) – The value to assign to the locks property of this DataMaskRuleCollection.
-
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]
-