Skip to main content

UserMappingResult

  • Namespace: PPDS.Migration.UserMapping
  • Assembly: PPDS.Migration
  • Kind: Class

Summary

Result of user mapping generation.

Members

Properties

Mappings

IReadOnlyList<UserMappingMatch> Mappings { get; set; }

Gets or sets the matched user mappings.

MatchedByAadId

int MatchedByAadId { get; set; }

Gets or sets the count of users matched by AAD Object ID.

MatchedByDomain

int MatchedByDomain { get; set; }

Gets or sets the count of users matched by domain name.

SourceUserCount

int SourceUserCount { get; set; }

Gets or sets the number of users in the source environment.

TargetUserCount

int TargetUserCount { get; set; }

Gets or sets the number of users in the target environment.

UnmappedUsers

IReadOnlyList<UserInfo> UnmappedUsers { get; set; }

Gets or sets the unmapped source users.