INPUT_OBJECT
FlashBladeSystemParametersInput
Description
Supported in v8.1+ API credentials to add or update the Pure NAS system with API integration. Also contains credentials for SMB share access.
link GraphQL Schema definition
- input FlashBladeSystemParametersInput {
- # Supported in v8.1+
- # TLS certification to validate the NAS server.
- String :
- # Supported in v8.1+
- # ID corresponding to the imported certificate.
- String :
- # Required. Supported in v8.1+
- String! :
- # Required. Supported in v8.1+
- # Specifies whether to enable SMB for this NAS system.
- Boolean! :
- # Supported in v8.1+
- # Credentials to access SMB shares.
- GenericNasSystemCredentialsInput :
- }