Skip to main content

UserInfo

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

Summary

Information about a system user.

Members

Properties

AadObjectId

Nullable<Guid> AadObjectId { get; set; }

Gets or sets the Azure AD Object ID.

AccessMode

int AccessMode { get; set; }

Gets or sets the access mode.

DomainName

string DomainName { get; set; }

Gets or sets the domain name (UPN).

Email

string Email { get; set; }

Gets or sets the email address.

FullName

string FullName { get; set; }

Gets or sets the full name.

IsDisabled

bool IsDisabled { get; set; }

Gets or sets whether the user is disabled.

SystemUserId

Guid SystemUserId { get; set; }

Gets or sets the system user ID.