CloudAsmUserCollection

class oci.database_management.models.CloudAsmUserCollection(**kwargs)

Bases: object

A collection of cloud ASM users.

Methods

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

Attributes

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

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

Parameters:items (list[oci.database_management.models.CloudAsmUserSummary]) – The value to assign to the items property of this CloudAsmUserCollection.
items

[Required] Gets the items of this CloudAsmUserCollection. An array of cloud ASM users.

Returns:The items of this CloudAsmUserCollection.
Return type:list[oci.database_management.models.CloudAsmUserSummary]