CloudAsmUserSummary

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

Bases: object

The summary of an ASM user.

Methods

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

Attributes

asm_id Gets the asm_id of this CloudAsmUserSummary.
name [Required] Gets the name of this CloudAsmUserSummary.
privileges [Required] Gets the privileges of this CloudAsmUserSummary.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this CloudAsmUserSummary.
  • privileges (list[str]) – The value to assign to the privileges property of this CloudAsmUserSummary.
  • asm_id (str) – The value to assign to the asm_id property of this CloudAsmUserSummary.
asm_id

Gets the asm_id of this CloudAsmUserSummary. The OCID of the cloud ASM.

Returns:The asm_id of this CloudAsmUserSummary.
Return type:str
name

[Required] Gets the name of this CloudAsmUserSummary. The name of the ASM user.

Returns:The name of this CloudAsmUserSummary.
Return type:str
privileges

[Required] Gets the privileges of this CloudAsmUserSummary. The list of privileges of the ASM user.

Returns:The privileges of this CloudAsmUserSummary.
Return type:list[str]