interface IdentityMapping {
    source?: UserPrincipalName;
    target?: UserPrincipalName;
}

Properties

Properties