ENUM
ActiveDirectoryUserPasswordRecoveryOption
Description
Supported in v9.0+ Recovery options for users.
link GraphQL Schema definition
- enum ActiveDirectoryUserPasswordRecoveryOption {
- # No password would be set for the objects that would be recovered from Tombstoned
- # state or the new objects that would be created. User will be left in not enabled
- # state.
- # The new users that would be created or the users that would be recovered from
- # Tombstoned state, would have the same password as in the backup copy.
- # While recovering the user from recycle bin, retain the same password as that
- # what user had before it was deleted.
- }