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