INPUT_OBJECT

CreateActiveDirectoryLiveMountInput

Description

Input for creating an Active Directory Live Mount.

link GraphQL Schema definition

  • input CreateActiveDirectoryLiveMountInput {
  • # Required. Configuration for the Live Mount request.
  • config: ActiveDirectoryLiveMountConfigInput!
  • # Required. ID of the snapshot to be used to create the Live Mount.
  • id: String!
  • }

link Require by