INPUT_OBJECT

ActiveDirectoryLiveMountConfigInput

Description

Configuration for creating Active Directory Live Mount.

link GraphQL Schema definition

  • input ActiveDirectoryLiveMountConfigInput {
  • # Supported in v9.0+
  • # List of valid usernames in the domain that can access the SMB share for this
  • # Live Mount.
  • validUsers: [String!]
  • # Supported in v9.0+
  • # List of valid SMB host IP addresses that can access the SMB share for this Live
  • # Mount.
  • validIps: [String!]
  • # Supported in v9.0+
  • # Password to authenticate the mounting of the share on host.
  • password: String
  • # Supported in v9.0+
  • # Valid Active Directory domain name for users accessing this Live Mount over SMB.
  • domainName: String
  • # Supported in v9.0+
  • # IP subnet specifying an outgoing VLAN interface for a Rubrik node. This is a
  • # required value when creating an export on a Rubrik node that has multiple VLAN
  • # interfaces.
  • subnet: String
  • }