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.
  • workloadFid: UUID!
  • # Snapshot FID of the Azure AD directory snapshot from which to recover.
  • snapshotFid: UUID!
  • # Map of user IDs to password.
  • passwordByUserIdMap: [PasswordByUserId!]!
  • # Map of azureAdObjectType to object IDs.
  • objectTypeToIdMap: [ObjectInfoType!]!
  • # Specifies whether to enable MFA during the recovery of one or more users.
  • forceChangePasswordWithMfa: Boolean!
  • }

link Require by