SecurityPolicyReportCollection¶
-
class
oci.data_safe.models.
SecurityPolicyReportCollection
(**kwargs)¶ Bases:
object
Collection of security policy report summary.
Methods
__init__
(**kwargs)Initializes a new SecurityPolicyReportCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SecurityPolicyReportCollection. -
__init__
(**kwargs)¶ Initializes a new SecurityPolicyReportCollection 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.SecurityPolicyReportSummary]) – The value to assign to the items property of this SecurityPolicyReportCollection.
-
items
¶ [Required] Gets the items of this SecurityPolicyReportCollection. Array of security policy report summary.
Returns: The items of this SecurityPolicyReportCollection. Return type: list[oci.data_safe.models.SecurityPolicyReportSummary]
-