OBJECT

OracleSddDetail

Description

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

link GraphQL Schema definition

  • type OracleSddDetail {
  • # 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!
  • }