INPUT_OBJECT

NasSharePropertiesInput

Description

Supported in v7.0+ v7.0-v8.0: v8.1+: Properties of a NAS share.

link GraphQL Schema definition

  • input NasSharePropertiesInput {
  • # Supported in v7.0+
  • # Specifies whether Isilon changelist is enabled for the share.
  • isIsilonChangelistEnabled: Boolean
  • # Required. Supported in v7.0+
  • # ID of NAS share.
  • id: String!
  • }