ProfileCollection¶
- 
class oci.os_management_hub.models.ProfileCollection(**kwargs)¶
- Bases: - object- The set of registration profiles returned for the - list_profiles()operation.- Methods - __init__(**kwargs)- Initializes a new ProfileCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ProfileCollection. - 
__init__(**kwargs)¶
- Initializes a new ProfileCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.os_management_hub.models.ProfileSummary]) – The value to assign to the items property of this ProfileCollection. 
 - 
items¶
- [Required] Gets the items of this ProfileCollection. List of registration profiles. - Returns: - The items of this ProfileCollection. - Return type: - list[oci.os_management_hub.models.ProfileSummary] 
 
-