CompliancePolicyRuleCollection¶
-
class
oci.fleet_apps_management.models.
CompliancePolicyRuleCollection
(**kwargs)¶ Bases:
object
Results of a compliancePolicyRule search. Contains both CompliancePolicyRuleSummary items and other information, such as metadata.
Methods
__init__
(**kwargs)Initializes a new CompliancePolicyRuleCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this CompliancePolicyRuleCollection. -
__init__
(**kwargs)¶ Initializes a new CompliancePolicyRuleCollection 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.CompliancePolicyRuleSummary]) – The value to assign to the items property of this CompliancePolicyRuleCollection.
-
items
¶ [Required] Gets the items of this CompliancePolicyRuleCollection. List of complianePolicyRules.
Returns: The items of this CompliancePolicyRuleCollection. Return type: list[oci.fleet_apps_management.models.CompliancePolicyRuleSummary]
-