OBJECT

OracleSddDetail

Description

The Oracle database Sensitive Data Monitoring details of this physical host.

link GraphQL Schema definition

  • type OracleSddDetail {
  • # Whether to perform Oracle SDD through RBA for this physical host.
  • shouldSddViaRba: Boolean!
  • # Sensitive Data Monitoring username configured for the Oracle database on this
  • # physical host.
  • username: String!
  • # Oracle wallet path configured for the Oracle database on this physical host.
  • walletPath: String!
  • }