OBJECT

OracleUserDetails

Description

The Oracle user details of this Physical Host.

link GraphQL Schema definition

  • type OracleUserDetails {
  • # The system database administrator of this Physical Host.
  • sysDbaUser: String!
  • # The query user of this Physical Host.
  • queryUser: String!
  • }

link Require by