ExternalAsmUserSummary

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

Bases: object

The summary of an ASM user.

Methods

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

Attributes

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

Initializes a new ExternalAsmUserSummary 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 ExternalAsmUserSummary.
  • privileges (list[str]) – The value to assign to the privileges property of this ExternalAsmUserSummary.
  • asm_id (str) – The value to assign to the asm_id property of this ExternalAsmUserSummary.
asm_id

Gets the asm_id of this ExternalAsmUserSummary. The OCID of the external ASM.

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

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

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

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

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