INPUT_OBJECT

ActiveDirectoryUserRestoreOptionsInput

Description

Supported in v9.0+

link GraphQL Schema definition

  • input ActiveDirectoryUserRestoreOptionsInput {
  • # Supported in v9.0+
  • # Whether to enable the user after restore operation.
  • shouldEnableUser: Boolean
  • # Supported in v9.0+
  • # Whether the user should be prompted to change the password upon their next
  • # login.
  • shouldChangePassword: Boolean
  • # Supported in v9.0+
  • # Set the specified password for all users that have been restored.
  • password: String
  • # Supported in v9.0+
  • # Options for the recovery of the user's password.
  • passwordOptions: ActiveDirectoryUserPasswordRecoveryOption
  • }