EnforcedGovernanceRuleCollection¶
-
class
oci.governance_rules_control_plane.models.EnforcedGovernanceRuleCollection(**kwargs)¶ Bases:
objectResults of an enforced governance rule search. Contains EnforcedGovernanceRuleSummary items.
Methods
__init__(**kwargs)Initializes a new EnforcedGovernanceRuleCollection object with values from keyword arguments. Attributes
items[Required] Gets the items of this EnforcedGovernanceRuleCollection. -
__init__(**kwargs)¶ Initializes a new EnforcedGovernanceRuleCollection 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.EnforcedGovernanceRuleSummary]) – The value to assign to the items property of this EnforcedGovernanceRuleCollection.
-
items¶ [Required] Gets the items of this EnforcedGovernanceRuleCollection. List of EnforcedGovernanceRuleSummary objects.
Returns: The items of this EnforcedGovernanceRuleCollection. Return type: list[oci.governance_rules_control_plane.models.EnforcedGovernanceRuleSummary]
-