AdminUserCollection

class oci.fusion_apps.models.AdminUserCollection(**kwargs)

Bases: object

IDM admin credentials without password

Methods

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

Attributes

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

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

Parameters:items (list[oci.fusion_apps.models.AdminUserSummary]) – The value to assign to the items property of this AdminUserCollection.
items

[Required] Gets the items of this AdminUserCollection. A page of AdminUserSummary objects.

Returns:The items of this AdminUserCollection.
Return type:list[oci.fusion_apps.models.AdminUserSummary]