GovernanceInstanceCollection¶
- 
class oci.access_governance_cp.models.GovernanceInstanceCollection(**kwargs)¶
- Bases: - object- Results of a GovernanceInstance search. - Methods - __init__(**kwargs)- Initializes a new GovernanceInstanceCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this GovernanceInstanceCollection. - 
__init__(**kwargs)¶
- Initializes a new GovernanceInstanceCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.access_governance_cp.models.GovernanceInstanceSummary]) – The value to assign to the items property of this GovernanceInstanceCollection. 
 - 
items¶
- [Required] Gets the items of this GovernanceInstanceCollection. List of GovernanceInstances. - Returns: - The items of this GovernanceInstanceCollection. - Return type: - list[oci.access_governance_cp.models.GovernanceInstanceSummary] 
 
-