INPUT_OBJECT

ExchangeMountSnapshotConfigInput

Description

Supported in v8.0+

link GraphQL Schema definition

  • input ExchangeMountSnapshotConfigInput {
  • # Supported in v8.0+
  • # Domain name of the users that are authenticated to access the SMB share.
  • smbDomainName: String
  • # Supported in v8.0+
  • # IP address of the hosts that are authenticated to access the SMB share.
  • smbValidIps: [String!]
  • # Supported in v8.0+
  • # Usernames of the users authenticated to access the SMB share.
  • smbValidUsers: [String!]
  • }