INPUT_OBJECT

SddUserCredentialsInput

Description

Supported in v9.2+.

link GraphQL Schema definition

  • input SddUserCredentialsInput {
  • # Required. Supported in v9.2
  • # Password to connect to the database for Sensitive Data Discovery.
  • password: String!
  • # Required. Supported in v9.2
  • # Username to connect to the database for Sensitive Data Discovery.
  • username: String!
  • }