INPUT_OBJECT
RestoreAzureAdObjectsWithPasswordsInput
Description
Configuration to initiate recovery of AzureAdDirectory with multiple passwords.
link GraphQL Schema definition
- input RestoreAzureAdObjectsWithPasswordsInput {
- # Workload Fid of the Azure AD Directory to recover.
- UUID! :
- # Snapshot FID of the Azure AD directory snapshot from which to recover.
- UUID! :
- # Map of user IDs to password.
- PasswordByUserId!]! : [
- # Map of azureAdObjectType to object IDs.
- ObjectInfoType!]! : [
- # Specifies whether to enable MFA during the recovery of one or more users.
- Boolean! :
- # Represents the modes for relationship restore for Azure AD objects.
- AzureAdRelationshipRestoreModeEnumType! :
- # Represents recovery options for every AzureAdObjectType whose linked
- # AzureAdObjects must be recovered.
- ObjectRecoveryOptionsType :
- }