INPUT_OBJECT

NasApiCredentialsInput

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Credentials to add or update NAS system with API integration.

link GraphQL Schema definition

  • input NasApiCredentialsInput {
  • # Supported in v7.0+
  • # TLS certification to validate NAS server.
  • apiCertificate: String
  • # Supported in v7.0+
  • # Password associated with the NAS API user account.
  • apiPassword: String
  • # Supported in v7.0+
  • # Username to access the vendor-specific NAS API.
  • apiUsername: String
  • # Supported in v7.0+
  • # The ID corresponding to the imported certificate.
  • certificateId: String
  • }