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.
- Boolean :
- # Supported in v9.0+
- # Whether the user should be prompted to change the password upon their next
- # login.
- Boolean :
- # Supported in v9.0+
- # Set the specified password for all users that have been restored.
- String :
- # Supported in v9.0+
- # Options for the recovery of the user's password.
- ActiveDirectoryUserPasswordRecoveryOption :
- }