INPUT_OBJECT

GenericNasSystemCredentialsInput

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Credentials to add or update a generic NAS system.

link GraphQL Schema definition

  • input GenericNasSystemCredentialsInput {
  • # Required. Supported in v7.0+
  • # Password associated with the NAS user account.
  • password: String!
  • # Required. Supported in v7.0+
  • # Username to access the NAS server and share.
  • username: String!
  • }