ComplianceRecordCollection¶
-
class
oci.fleet_apps_management.models.ComplianceRecordCollection(**kwargs)¶ Bases:
objectResults of a compliancePolicy search. Contains both CompliancePolicySummary items and other information, such as metadata.
Methods
__init__(**kwargs)Initializes a new ComplianceRecordCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this ComplianceRecordCollection. -
__init__(**kwargs)¶ Initializes a new ComplianceRecordCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.fleet_apps_management.models.ComplianceRecordSummary]) – The value to assign to the items property of this ComplianceRecordCollection.
-
items¶ [Required] Gets the items of this ComplianceRecordCollection. List of compliancePolicys.
Returns: The items of this ComplianceRecordCollection. Return type: list[oci.fleet_apps_management.models.ComplianceRecordSummary]
-