ProfileCollection

class oci.os_management_hub.models.ProfileCollection(**kwargs)

Bases: object

Results of a registration profile search. Contains both registration profile summary items and other data.

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]