INPUT_OBJECT
NutanixFileServerParametersInput
Description
Supported in v8.1+ API credentials to add or update the Nutanix File Server with API integration. Also contains credentials for SMB share access.
link GraphQL Schema definition
- input NutanixFileServerParametersInput {
- # Supported in v8.1+
- # TLS certification to validate the NAS system.
- String :
- # Supported in v8.1+
- # ID corresponding to the imported certificate.
- String :
- # Supported in v8.1+
- # Password associated with the NAS API user account.
- String :
- # Supported in v8.1+
- # Username to access the vendor-specific NAS API.
- String :
- # Required. Supported in v8.1+
- # Specifies whether to enable SMB for the NAS system.
- Boolean! :
- # Supported in v8.1+
- # Credentials to access SMB shares.
- GenericNasSystemCredentialsInput :
- }