INPUT_OBJECT
ActiveDirectoryLiveMountConfigInput
Description
Configuration for creating Active Directory Live Mount.
link GraphQL Schema definition
- input ActiveDirectoryLiveMountConfigInput {
- #   Supported in v9.2+
- #   Domain Controller ID for which this mount is valid. If this parameter is present 
- #   in the request, the validUsers, validIPs, and password fields are ignored.
- : String
- #   Supported in v9.0+
- #   Valid Active Directory domain name for users accessing this Live Mount over SMB.
- : String
- #   Supported in v9.2+
- #   Expiry hint of the mount in minutes.
- : Int
- #   Supported in v9.0+
- #   Password to authenticate the mounting of the share on host.
- : String
- #   Supported in v9.2+
- #   Specifies whether the mount must be writable.
- : Boolean
- #   Supported in v9.2+
- #   Specifies whether the Virtual Hard Disk Extended (VHDX) must be mounted during 
- #   export.
- : Boolean
- #   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.
- : String
- #   Supported in v9.0+
- #   List of valid SMB host IP addresses that can access the SMB share for this Live 
- #   Mount.
- : [String!]
- #   Supported in v9.0+
- #   List of valid usernames in the domain that can access the SMB share for this 
- #   Live Mount.
- : [String!]
- }