OrganizationCollection

class oci.tenant_manager_control_plane.models.OrganizationCollection(**kwargs)

Bases: object

Result of a query request for a list of organizations. Contains OrganizationSummary items.

Methods

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

Attributes

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

Initializes a new OrganizationCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.tenant_manager_control_plane.models.OrganizationSummary]) – The value to assign to the items property of this OrganizationCollection.
items

[Required] Gets the items of this OrganizationCollection. Array containing OrganizationSummary items.

Returns:The items of this OrganizationCollection.
Return type:list[oci.tenant_manager_control_plane.models.OrganizationSummary]