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