models_v2.recovery_action_13_enum module

class models_v2.recovery_action_13_enum.RecoveryAction13Enum[source]

Bases: object

Implementation of the ‘RecoveryAction13’ enum.

Specifies the type of recovery action to be performed.

Attributes:

RECOVERMAILBOX: TODO: type description here. RECOVERONEDRIVE: TODO: type description here. RECOVERSHAREPOINT: TODO: type description here. RECOVERPUBLICFOLDERS: TODO: type description here.

RECOVERMAILBOX = 'RecoverMailbox'
RECOVERONEDRIVE = 'RecoverOneDrive'
RECOVERPUBLICFOLDERS = 'RecoverPublicFolders'
RECOVERSHAREPOINT = 'RecoverSharePoint'