interface IdentityRightsTransferData {
    userPrincipalNameMappings?: { [key: string]: string };
}

Properties

userPrincipalNameMappings?: { [key: string]: string }