ExternalAsmUserCollection

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

Bases: object

A collection of external ASM users.

Methods

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

Attributes

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

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

[Required] Gets the items of this ExternalAsmUserCollection. An array of external ASM users.

Returns:The items of this ExternalAsmUserCollection.
Return type:list[oci.database_management.models.ExternalAsmUserSummary]