EntitlementCollection

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

Bases: object

The set of entitlements returned for the list_entitlements().

Methods

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

Attributes

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

Initializes a new EntitlementCollection 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.EntitlementSummary]) – The value to assign to the items property of this EntitlementCollection.
items

[Required] Gets the items of this EntitlementCollection. List of entitlements.

Returns:The items of this EntitlementCollection.
Return type:list[oci.os_management_hub.models.EntitlementSummary]