INPUT_OBJECT

ActiveDirectoryRecoveryObjectInput

Description

Supported in v9.0+

link GraphQL Schema definition

  • input ActiveDirectoryRecoveryObjectInput {
  • # Selected attributes that would be restored for the object.
  • attributes: [String!]
  • # Supported in v9.0+
  • # Type of the object.
  • objectType: ActiveDirectoryObjectType
  • # Required. Supported in v9.0+
  • # Distinguished Name Tag of the objects to be restored.
  • dnt: Long!
  • }