OBJECT

ManagedVolumeSmbShare

Description

SMB share information of the channel.

link GraphQL Schema definition

  • type ManagedVolumeSmbShare {
  • # Domain name of the Managed Volume.
  • domainName: String!
  • # List of valid IPs.
  • validIps: [String!]!
  • # List of valid users.
  • validUsers: [String!]!
  • # List of active directory groups.
  • activeDirectoryGroups: [String!]!
  • }