Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Role

The role of the database user. Indicates whether the database user is a 'NORMAL' user or 'SYSDBA' user.

Enumeration members

Normal

Normal: = "NORMAL"

Sysdba

Sysdba: = "SYSDBA"

UnknownValue

UnknownValue: = "UNKNOWN_VALUE"

This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Role): Role

getJsonObj