OrganizationTenancyCollection

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

Bases: object

Result of a query request for a list of organization tenancies. Contains OrganizationTenancySummary items.

Methods

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

Attributes

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

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

[Required] Gets the items of this OrganizationTenancyCollection. Array containing OrganizationTenancySummary items.

Returns:The items of this OrganizationTenancyCollection.
Return type:list[oci.tenant_manager_control_plane.models.OrganizationTenancySummary]