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.
- String :
- # Supported in v7.0+
- # Password associated with the NAS API user account.
- String :
- # Supported in v7.0+
- # Username to access the vendor-specific NAS API.
- String :
- # Supported in v7.0+
- # The ID corresponding to the imported certificate.
- String :
- }