GovernanceRuleCollection

class oci.governance_rules_control_plane.models.GovernanceRuleCollection(**kwargs)

Bases: object

Results of a governance rule search. Contains GovernanceRuleSummary items.

Methods

__init__(**kwargs) Initializes a new GovernanceRuleCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this GovernanceRuleCollection.
__init__(**kwargs)

Initializes a new GovernanceRuleCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.governance_rules_control_plane.models.GovernanceRuleSummary]) – The value to assign to the items property of this GovernanceRuleCollection.
items

[Required] Gets the items of this GovernanceRuleCollection. List of GovernanceRuleSummary objects.

Returns:The items of this GovernanceRuleCollection.
Return type:list[oci.governance_rules_control_plane.models.GovernanceRuleSummary]